Status: Pass 479 Failure 158 Skip 64
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 | |
FloatingIPsTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/floating_ips/base.py", line 30, in setup_credentials super(BaseFloatingIPsTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.compute.images.test_list_image_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListImageFiltersTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/images/test_list_image_filters.py", line 99, in resource_setup cls.server2 = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3930c10c-06bd-4c2b-8910-fd996a1976b3 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-02-19T08:05:52Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 3930c10c-06bd-4c2b-8910-fd996a1976b3.'}. Request ID of server operation performed before checking the server status req-ddc50dde-10ef-45dd-99c4-fad29c5b6d62. |
||||||
setUpClass (tempest.api.compute.security_groups.test_security_group_rules | 1 | 0 | 1 | 0 | 0 | Detail | |
SecurityGroupRulesTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachInterfacesUnderV243Test) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 56, in setup_credentials super(AttachInterfacesTestBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
AttachInterfacesV270Test) |
fail
ft4.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 56, in setup_credentials super(AttachInterfacesTestBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.compute.servers.test_create_server | 4 | 0 | 4 | 0 | 0 | Detail | |
ServersTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 43, in setup_credentials super(ServersTestJSON, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServersTestManualDisk) |
fail
ft5.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 43, in setup_credentials super(ServersTestJSON, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServersV294TestFqdnHostnames) |
fail
ft5.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersV294TestFqdnHostnames)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 274, in resource_setup cls.test_server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 331, in create_test_server _setup_validation_fip( File "/opt/stack/tempest/tempest/common/compute.py", line 101, in _setup_validation_fip clients.floating_ips_client.update_floatingip( File "/opt/stack/tempest/tempest/lib/services/network/floating_ips_client.py", line 41, in update_floatingip return self.update_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServersTestFqdnHostnames) |
fail
ft5.4: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 199, in setup_credentials super(ServersTestFqdnHostnames, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_create_server_multi_nic | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersTestMultiNic) |
fail
ft6.1: setUpClass (tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 60, in setup_credentials super(ServersTestMultiNic, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_delete_server | 1 | 0 | 1 | 0 | 0 | Detail | |
DeleteServersTestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 314, in _create_network_resources subnet = self._create_subnet(subnet_name, tenant_id, File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 348, in _create_subnet resp_body = self.subnets_admin_client.\ File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_device_tagging | 1 | 0 | 1 | 0 | 0 | Detail | |
TaggedAttachmentsTest) |
fail
ft8.1: setUpClass (tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 63, in setup_credentials super(DeviceTaggingBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 1 | 0 | 0 | Detail | |
NoVNCConsoleTestJSON) |
fail
ft9.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestOtherB) |
fail
ft10.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 76, in setup_credentials super(ServerActionsBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServerActionsTestOtherA) |
fail
ft10.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 76, in setup_credentials super(ServerActionsBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 314, in _create_network_resources subnet = self._create_subnet(subnet_name, tenant_id, File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 348, in _create_subnet resp_body = self.subnets_admin_client.\ File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft11.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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataTestJSON) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 3 | 0 | 3 | 0 | 0 | Detail | |
ServerRescueTestJSONUnderV235) |
fail
ft14.1: 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 42, in setup_credentials super(ServerRescueTestBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServerRescueTestJSON) |
fail
ft14.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 42, in setup_credentials super(ServerRescueTestBase, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServerStableDeviceRescueTest) |
fail
ft14.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 131, in setup_credentials super(BaseServerStableDeviceRescueTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_server_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerTagsTestJSON) |
fail
ft15.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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.servers.test_servers | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersTestJSON) |
fail
ft16.1: setUpClass (tempest.api.compute.servers.test_servers.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeMultiAttachTest) |
fail
ft17.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 43, in setup_credentials super(BaseAttachVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
AttachVolumeTestJSON) |
fail
ft17.2: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 43, in setup_credentials super(BaseAttachVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.network.test_allowed_address_pair | 1 | 0 | 1 | 0 | 0 | Detail | |
AllowedAddressPairTestJSON) |
fail
ft18.1: setUpClass (tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 54, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 143, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.network.test_floating_ips | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPTestJSON) |
fail
ft19.1: setUpClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_floating_ips.py", line 63, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.network.test_networks | 3 | 0 | 3 | 0 | 0 | Detail | |
NetworksIpV6Test) |
fail
ft20.1: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 36, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
NetworksIpV6TestAttrs) |
fail
ft20.2: setUpClass (tempest.api.network.test_networks.NetworksIpV6TestAttrs)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 37, in resource_setup cls.subnet = cls._create_subnet_with_last_subnet_block(cls.network) File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 71, in _create_subnet_with_last_subnet_block return cls.create_subnet(network, gateway=gateway_ip, File "/opt/stack/tempest/tempest/api/network/base.py", line 143, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
NetworksTest) |
fail
ft20.3: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 36, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.network.test_ports | 1 | 0 | 1 | 0 | 0 | Detail | |
PortsTestJSON) |
fail
ft21.1: setUpClass (tempest.api.network.test_ports.PortsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 46, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.network.test_tags | 2 | 0 | 1 | 0 | 1 | Detail | |
TagsExtTest) |
fail
ft22.1: setUpClass (tempest.api.network.test_tags.TagsExtTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_tags.py", line 132, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
TagsTest) |
skip
pt22.2: setUpClass (tempest.api.network.test_tags.TagsTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft23.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials super(BaseVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources router = self._create_router(router_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 379, in _create_router resp_body = self.routers_admin_client.create_router(**kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesBackupsTest) |
fail
ft24.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials super(BaseVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
setUpClass (tempest.api.volume.test_volumes_extend | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesExtendAttachedTest) |
fail
ft25.1: setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials super(BaseVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 476, in get_admin_creds return self.get_credentials('admin') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft26.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials super(BaseVolumeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.floating_ips.test_floating_ips_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationTestJSON) |
fail
ft27.1: tearDownClass (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 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 6e9ba3e7-1253-44f6-a7a0-77d0652579b2 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-02-19T08:08:52Z', 'message': 'NeutronClientException'}., <traceback object at 0x7fb0bf37b300>) |
||||||
tearDownClass (tempest.api.compute.floating_ips.test_list_floating_ips | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPDetailsTestJSON) |
fail
ft28.1: tearDownClass (tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 594, in _clear_isolated_net_resources self._clear_isolated_network(creds.network['id'], File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 561, in _clear_isolated_network net_client.delete_network(network_id) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.images.test_images | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesTestJSON) |
fail
ft29.1: tearDownClass (tempest.api.compute.images.test_images.ImagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 46079b36-5784-4741-8775-7f559bc28ff0 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-02-19T08:13:25Z', 'message': 'NeutronClientException'}., <traceback object at 0x7f1bb11f3640>) |
||||||
tearDownClass (tempest.api.compute.images.test_images_oneserver | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerTestJSON) |
fail
ft30.1: tearDownClass (tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 580, in _clear_isolated_net_resources client.remove_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_availability_zone | 1 | 0 | 1 | 0 | 0 | Detail | |
AZV2TestJSON) |
fail
ft31.1: tearDownClass (tempest.api.compute.servers.test_availability_zone.AZV2TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_disk_config | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerDiskConfigTestJSON) |
fail
ft32.1: tearDownClass (tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server f701da67-01de-4763-bc44-39808deca373 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-02-19T08:13:24Z', 'message': 'NeutronClientException'}., <traceback object at 0x7f36f7f46a80>) |
||||||
tearDownClass (tempest.api.compute.servers.test_instance_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
InstanceActionsTestJSON) |
fail
ft33.1: tearDownClass (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 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 580, in _clear_isolated_net_resources client.remove_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
InstanceActionsV221TestJSON) |
fail
ft33.2: tearDownClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_multiple_create | 1 | 0 | 1 | 0 | 0 | Detail | |
MultipleCreateTestJSON) |
fail
ft34.1: tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 586, in _clear_isolated_net_resources self._clear_isolated_router(creds.router['id'], File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 545, in _clear_isolated_router client.delete_router(router_id) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_server_actions | 3 | 0 | 3 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft35.1: tearDownClass (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 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server abdbff7d-eee6-41e8-b838-d49271686def failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-02-19T08:38:06Z', 'message': 'NeutronClientException'}., <traceback object at 0x7f022026e480>) |
||||||
ServerActionsV293TestJSON) |
fail
ft35.2: tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 580, in _clear_isolated_net_resources client.remove_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServersAaction247Test) |
fail
ft35.3: tearDownClass (tempest.api.compute.servers.test_server_actions.ServersAaction247Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerStableDeviceRescueTestIDE) |
fail
ft36.1: tearDownClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 18722d8d-8765-4dd3-8811-aa3736539aa2 failed to delete and is in ERROR status., <traceback object at 0x7fb0bf6bddc0>) |
||||||
tearDownClass (tempest.api.compute.servers.test_servers | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerShowV247Test) |
fail
ft37.1: tearDownClass (tempest.api.compute.servers.test_servers.ServerShowV247Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ServersListShow296Test) |
fail
ft37.2: tearDownClass (tempest.api.compute.servers.test_servers.ServersListShow296Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.servers.test_servers_microversions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerShowV257Test) |
fail
ft38.1: tearDownClass (tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.test_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtensionsTest) |
fail
ft39.1: tearDownClass (tempest.api.compute.test_extensions.ExtensionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.test_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
QuotasTestJSON) |
fail
ft40.1: tearDownClass (tempest.api.compute.test_quotas.QuotasTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVersions) |
fail
ft41.1: tearDownClass (tempest.api.compute.test_versions.TestVersions)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.volumes.test_volume_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotsTestJSON) |
fail
ft42.1: tearDownClass (tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.compute.volumes.test_volumes_get | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesGetTestJSON) |
fail
ft43.1: tearDownClass (tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_application_credentials | 1 | 0 | 1 | 0 | 0 | Detail | |
ApplicationCredentialsV3AdminTest) |
fail
ft44.1: tearDownClass (tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_default_project_id | 1 | 0 | 1 | 0 | 0 | Detail | |
TestDefaultProjectId) |
fail
ft45.1: tearDownClass (tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_domain_configuration | 1 | 0 | 1 | 0 | 0 | Detail | |
DomainConfigurationTestJSON) |
fail
ft46.1: tearDownClass (tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_endpoints | 1 | 0 | 1 | 0 | 0 | Detail | |
EndPointsTestJSON) |
fail
ft47.1: tearDownClass (tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
GroupsV3TestJSON) |
fail
ft48.1: tearDownClass (tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_list_projects | 1 | 0 | 1 | 0 | 0 | Detail | |
ListProjectsStaticTestJSON) |
fail
ft49.1: tearDownClass (tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_roles | 1 | 0 | 1 | 0 | 0 | Detail | |
RolesV3TestJSON) |
fail
ft50.1: tearDownClass (tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_tokens | 1 | 0 | 1 | 0 | 0 | Detail | |
TokensV3TestJSON) |
fail
ft51.1: tearDownClass (tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_trusts | 1 | 0 | 1 | 0 | 0 | Detail | |
TrustsV3TestJSON) |
fail
ft52.1: tearDownClass (tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.v3.test_tokens | 1 | 0 | 1 | 0 | 0 | Detail | |
TokensV3Test) |
fail
ft53.1: tearDownClass (tempest.api.identity.v3.test_tokens.TokensV3Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.identity.v3.test_users | 1 | 0 | 1 | 0 | 0 | Detail | |
IdentityV3UsersTest) |
fail
ft54.1: tearDownClass (tempest.api.identity.v3.test_users.IdentityV3UsersTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.admin.test_images | 2 | 0 | 2 | 0 | 0 | Detail | |
BasicOperationsImagesAdminTest) |
fail
ft55.1: tearDownClass (tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
ImportCopyImagesTest) |
fail
ft55.2: tearDownClass (tempest.api.image.v2.admin.test_images.ImportCopyImagesTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_objects | 1 | 0 | 1 | 0 | 0 | Detail | |
MetadataNamespaceObjectsTest) |
fail
ft56.1: tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_properties | 1 | 0 | 1 | 0 | 0 | Detail | |
MetadataNamespacePropertiesTest) |
fail
ft57.1: tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
MetadataNamespaceTagsTest) |
fail
ft58.1: tearDownClass (tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.test_images_member | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesMemberTest) |
fail
ft59.1: tearDownClass (tempest.api.image.v2.test_images_member.ImagesMemberTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.image.v2.test_images_metadefs_schema | 1 | 0 | 1 | 0 | 0 | Detail | |
MetadataSchemaTest) |
fail
ft60.1: tearDownClass (tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.network.test_allowed_address_pair | 1 | 0 | 1 | 0 | 0 | Detail | |
AllowedAddressPairIpV6TestJSON) |
fail
ft61.1: tearDownClass (tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f1ba9f65a40>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 00679ff9-fcaf-46e8-8fda-ab1689f5a766: One or more ports have an IP allocation from this subnet.', 'detail': ''}, <traceback object at 0x7f1ba9f4f800>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 5c9639bc-e84a-4aee-8f9f-34fc76f1fa2f. There are one or more ports still in use on the network, id for these ports is: 7f863a1e-3242-4600-a302-c4d09a924113.', 'detail': ''}, <traceback object at 0x7f1ba9f3e240>)) |
||||||
tearDownClass (tempest.api.network.test_dhcp_ipv6 | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksTestDHCPv6) |
fail
ft62.1: tearDownClass (tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f1ba9e8d440>), (<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f1ba9f3e980>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''}, <traceback object at 0x7f1ba9d9ab40>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 05895f5f-8399-4b24-ad14-972e7757cfd2. There are one or more ports still in use on the network, id for these ports is: 74cdbac2-cb0f-47d5-88ca-985f456669fd.', 'detail': ''}, <traceback object at 0x7f1ba9f4ef40>)) |
||||||
tearDownClass (tempest.api.network.test_networks | 1 | 0 | 1 | 0 | 0 | Detail | |
BulkNetworkOpsTest) |
fail
ft63.1: tearDownClass (tempest.api.network.test_networks.BulkNetworkOpsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f0220b55040>) |
||||||
tearDownClass (tempest.api.network.test_ports | 1 | 0 | 1 | 0 | 0 | Detail | |
PortsIpV6TestJSON) |
fail
ft64.1: tearDownClass (tempest.api.network.test_ports.PortsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f021da99200>) |
||||||
tearDownClass (tempest.api.network.test_routers | 1 | 0 | 1 | 0 | 0 | Detail | |
RoutersTest) |
fail
ft65.1: tearDownClass (tempest.api.network.test_routers.RoutersTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.UnexpectedContentType'>, Unexpected content type provided Details: 502, <traceback object at 0x7f0220afac40>) |
||||||
tearDownClass (tempest.api.network.test_security_groups | 2 | 0 | 2 | 0 | 0 | Detail | |
SecGroupTest) |
fail
ft66.1: tearDownClass (tempest.api.network.test_security_groups.SecGroupTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
SecGroupIPv6Test) |
fail
ft66.2: tearDownClass (tempest.api.network.test_security_groups.SecGroupIPv6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.network.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksApiDiscovery) |
fail
ft67.1: tearDownClass (tempest.api.network.test_versions.NetworksApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountQuotasTest) |
fail
ft68.1: tearDownClass (tempest.api.object_storage.test_account_quotas.AccountQuotasTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_container_acl | 1 | 0 | 1 | 0 | 0 | Detail | |
ObjectTestACLs) |
fail
ft69.1: tearDownClass (tempest.api.object_storage.test_container_acl.ObjectTestACLs)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_container_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
ContainerQuotasTest) |
fail
ft70.1: tearDownClass (tempest.api.object_storage.test_container_quotas.ContainerQuotasTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_container_staticweb | 1 | 0 | 1 | 0 | 0 | Detail | |
StaticWebTest) |
fail
ft71.1: tearDownClass (tempest.api.object_storage.test_container_staticweb.StaticWebTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_healthcheck | 1 | 0 | 1 | 0 | 0 | Detail | |
HealthcheckTest) |
fail
ft72.1: tearDownClass (tempest.api.object_storage.test_healthcheck.HealthcheckTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_object_formpost | 1 | 0 | 1 | 0 | 0 | Detail | |
ObjectFormPostTest) |
fail
ft73.1: tearDownClass (tempest.api.object_storage.test_object_formpost.ObjectFormPostTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_object_services | 2 | 0 | 2 | 0 | 0 | Detail | |
ObjectTest) |
fail
ft74.1: tearDownClass (tempest.api.object_storage.test_object_services.ObjectTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
PublicObjectTest) |
fail
ft74.2: tearDownClass (tempest.api.object_storage.test_object_services.PublicObjectTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.object_storage.test_object_slo | 1 | 0 | 1 | 0 | 0 | Detail | |
ObjectSloTest) |
fail
ft75.1: tearDownClass (tempest.api.object_storage.test_object_slo.ObjectSloTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtensionsTestJSON) |
fail
ft76.1: tearDownClass (tempest.api.volume.test_extensions.ExtensionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft77.1: tearDownClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft78.1: tearDownClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
VersionsTest) |
fail
ft79.1: tearDownClass (tempest.api.volume.test_versions.VersionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft80.1: tearDownClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_volume_transfers | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesTransfersV355Test) |
fail
ft81.1: tearDownClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
VolumesTransfersTest) |
fail
ft81.2: tearDownClass (tempest.api.volume.test_volume_transfers.VolumesTransfersTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_volumes_clone | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesCloneTest) |
fail
ft82.1: tearDownClass (tempest.api.volume.test_volumes_clone.VolumesCloneTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tearDownClass (tempest.api.volume.test_volumes_get | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesGetTest) |
fail
ft83.1: tearDownClass (tempest.api.volume.test_volumes_get.VolumesGetTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
VolumesSummaryTest) |
fail
ft83.2: tearDownClass (tempest.api.volume.test_volumes_get.VolumesSummaryTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/tempest/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup resp_body = security_group_client.list_security_groups( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
fail
ft84.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:06:32,666 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.138s 2025-02-19 08:06:32,666 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2988', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b999d26b-8af7-423c-8c5b-290f4bc16efd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "35956b601fad4b44af7211985a6c6416", "name": "tempest-FloatingIPsAssociationTestJSON-1544212111-project-member", "password_expires_at": null}, "audit_ids": ["YrnFGZpKSjiFc-01D8dUBw"], "expires_at": "2025-02-19T09:06:32.000000Z", "issued_at": "2025-02-19T08:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d469dfbd739d481b97a17aa11d1f5f2d", "name": "tempest-FloatingIPsAssociationTestJSON-1544212111"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/d469dfbd739d481b97a17aa11d1f5f2d", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_d469dfbd739d481b97a17aa11d1f5f2d", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:06:32,667 88075 INFO [tempest.lib.common.fixed_network] (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip) Found network {'id': '9a0032b7-5b7e-48f8-9a02-a0486ffdd25e', 'name': 'tempest-FloatingIPsAssociationTestJSON-1606140062-network', 'tenant_id': 'd469dfbd739d481b97a17aa11d1f5f2d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd469dfbd739d481b97a17aa11d1f5f2d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54784, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:04:43Z', 'updated_at': '2025-02-19T08:04:43Z', 'revision_number': 1} available for tenant 2025-02-19 08:06:33,365 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 202 POST https://10.209.35.117/compute/v2.1/servers 0.697s 2025-02-19 08:06:33,365 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "9a0032b7-5b7e-48f8-9a02-a0486ffdd25e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd4b9144-f773-45db-b04b-18dbd72010b9', 'x-compute-request-id': 'req-fd4b9144-f773-45db-b04b-18dbd72010b9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "YmuWVogZs8B7"}}' 2025-02-19 08:06:33,442 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.073s 2025-02-19 08:06:33,443 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3584eae-5c9f-420a-8d63-9674caa547b3', 'x-compute-request-id': 'req-e3584eae-5c9f-420a-8d63-9674caa547b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "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": []}}' 2025-02-19 08:06:34,548 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.088s 2025-02-19 08:06:34,548 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28cd049-6aca-4a6b-9c60-96441f1bbc3a', 'x-compute-request-id': 'req-d28cd049-6aca-4a6b-9c60-96441f1bbc3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:35,654 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.089s 2025-02-19 08:06:35,654 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1487c8ae-d226-475e-858e-4211fdf43c04', 'x-compute-request-id': 'req-1487c8ae-d226-475e-858e-4211fdf43c04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:35,670 88075 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-02-19 08:06:36,752 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.080s 2025-02-19 08:06:36,752 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa647de8-ec99-47d2-890a-cde3ea48cbfb', 'x-compute-request-id': 'req-aa647de8-ec99-47d2-890a-cde3ea48cbfb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:37,849 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.080s 2025-02-19 08:06:37,849 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f249e92c-ae42-4893-9574-e9a68cf37a0f', 'x-compute-request-id': 'req-f249e92c-ae42-4893-9574-e9a68cf37a0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:37,864 88075 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2025-02-19 08:06:39,116 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.252s 2025-02-19 08:06:39,117 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-133bab1b-c546-4708-ba99-2cc6ea15f76a', 'x-compute-request-id': 'req-133bab1b-c546-4708-ba99-2cc6ea15f76a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:40,313 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.179s 2025-02-19 08:06:40,313 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35a9906a-2767-4042-9c01-ec94d8224c15', 'x-compute-request-id': 'req-35a9906a-2767-4042-9c01-ec94d8224c15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:40,328 88075 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2025-02-19 08:06:41,617 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.288s 2025-02-19 08:06:41,618 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b1019a9-5d57-4277-848e-33aaf231e454', 'x-compute-request-id': 'req-3b1019a9-5d57-4277-848e-33aaf231e454', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:42,788 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.155s 2025-02-19 08:06:42,789 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edcffbae-b91f-4e65-b442-5eac3d2ad736', 'x-compute-request-id': 'req-edcffbae-b91f-4e65-b442-5eac3d2ad736', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:44,196 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.391s 2025-02-19 08:06:44,196 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74a00623-b3a6-4300-8467-ed8fa07f7801', 'x-compute-request-id': 'req-74a00623-b3a6-4300-8467-ed8fa07f7801', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:45,396 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.184s 2025-02-19 08:06:45,396 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab4111bf-a030-4fae-8dc6-251ad181f5c8', 'x-compute-request-id': 'req-ab4111bf-a030-4fae-8dc6-251ad181f5c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:46,594 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.181s 2025-02-19 08:06:46,595 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98091aec-4c3a-4e39-85c7-8f736c7e65ee', 'x-compute-request-id': 'req-98091aec-4c3a-4e39-85c7-8f736c7e65ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:47,820 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.208s 2025-02-19 08:06:47,820 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed51938b-51a3-4912-a7a4-35b59054e1fe', 'x-compute-request-id': 'req-ed51938b-51a3-4912-a7a4-35b59054e1fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "BUILD", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:49,016 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 200 GET https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.179s 2025-02-19 08:06:49,017 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1529', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d38b44a3-5ec9-42e4-bbc7-91c954cbb40a', 'x-compute-request-id': 'req-d38b44a3-5ec9-42e4-bbc7-91c954cbb40a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'{"server": {"id": "6e9ba3e7-1253-44f6-a7a0-77d0652579b2", "name": "tempest-FloatingIPsAssociationTestJSON-server-1152003167", "status": "ACTIVE", "tenant_id": "d469dfbd739d481b97a17aa11d1f5f2d", "user_id": "35956b601fad4b44af7211985a6c6416", "metadata": {}, "hostId": "e6e224f461698801ceb0c021de341e41fcea5ebb58b0dbe2ee215974", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:47Z", "addresses": {"tempest-FloatingIPsAssociationTestJSON-1606140062-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:db:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:06:47.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": []}}' 2025-02-19 08:06:49,033 88075 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait 2025-02-19 08:07:49,099 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_already_associated_floating_ip): 500 POST https://10.209.35.117/compute/v2.1/servers/f36c672b-f97d-4f42-a095-bde0806ad10a/action 60.066s 2025-02-19 08:07:49,099 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addFloatingIp": {"address": "172.24.5.245"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '527', 'content-type': 'text/html; charset=iso-8859-1', 'connection': 'close', 'status': '500', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/f36c672b-f97d-4f42-a095-bde0806ad10a/action'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n root@localhost to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n</body></html>\n' 2025-02-19 08:07:49,240 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2 0.137s 2025-02-19 08:07:49,240 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-274edc1e-7d25-4ee2-bd13-feeaf3f816d6', 'x-compute-request-id': 'req-274edc1e-7d25-4ee2-bd13-feeaf3f816d6', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/6e9ba3e7-1253-44f6-a7a0-77d0652579b2'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 117, in test_associate_already_associated_floating_ip self.client.associate_floating_ip_to_server( File "/opt/stack/tempest/tempest/lib/services/compute/floating_ips_client.py", line 93, in associate_floating_ip_to_server resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 500 |
||||||
test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
fail
ft84.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:08:49,315 88075 INFO [tempest.lib.common.rest_client] Request (FloatingIPsAssociationTestJSON:test_associate_disassociate_floating_ip): 502 POST https://10.209.35.117/compute/v2.1/servers/f36c672b-f97d-4f42-a095-bde0806ad10a/action 60.070s 2025-02-19 08:08:49,316 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addFloatingIp": {"address": "172.24.5.245"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/f36c672b-f97d-4f42-a095-bde0806ad10a/action'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 85, in test_associate_disassociate_floating_ip self.client.associate_floating_ip_to_server( File "/opt/stack/tempest/tempest/lib/services/compute/floating_ips_client.py", line 93, in associate_floating_ip_to_server resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.compute.images.test_images.ImagesTestJSON | 5 | 2 | 3 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
fail
ft85.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:'': {{{ 2025-02-19 08:06:32,960 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.054s 2025-02-19 08:06:32,961 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2952', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f11c5213-1ccc-44dd-8909-be6adec94566', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a8ddd6c9381748da9d09f51af2fd9e18", "name": "tempest-ImagesTestJSON-51046010-project-member", "password_expires_at": null}, "audit_ids": ["5XW3ysQoSRybys_oasNayA"], "expires_at": "2025-02-19T09:06:32.000000Z", "issued_at": "2025-02-19T08:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "817a7c9bc91746de8b1046482d839e4d", "name": "tempest-ImagesTestJSON-51046010"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:06:32,961 88072 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '967d92c1-d113-4d6f-bff6-c25f2350ce7e', 'name': 'tempest-ImagesTestJSON-1270989762-network', 'tenant_id': '817a7c9bc91746de8b1046482d839e4d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '817a7c9bc91746de8b1046482d839e4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23683, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:06:26Z', 'updated_at': '2025-02-19T08:06:26Z', 'revision_number': 1} available for tenant 2025-02-19 08:06:33,593 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 202 POST https://10.209.35.117/compute/v2.1/servers 0.631s 2025-02-19 08:06:33,594 88072 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-537848517", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "967d92c1-d113-4d6f-bff6-c25f2350ce7e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d884f3-6fdc-4721-9644-942d3c3324cc', 'x-compute-request-id': 'req-02d884f3-6fdc-4721-9644-942d3c3324cc', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7YudH45jCFPA"}}' 2025-02-19 08:06:33,661 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.064s 2025-02-19 08:06:33,661 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0b6699a0-0f4f-4d10-a52d-5cbdfe6c1efb', 'x-compute-request-id': 'req-0b6699a0-0f4f-4d10-a52d-5cbdfe6c1efb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "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": []}}' 2025-02-19 08:06:34,772 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.094s 2025-02-19 08:06:34,772 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e650a949-6429-485f-967f-16439ec5baf1', 'x-compute-request-id': 'req-e650a949-6429-485f-967f-16439ec5baf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:35,874 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:06:35,875 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-45ddfab3-659e-4929-8de4-97d6fb553f3e', 'x-compute-request-id': 'req-45ddfab3-659e-4929-8de4-97d6fb553f3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:35,892 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-02-19 08:06:36,979 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:06:36,979 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-975a037d-99d7-4638-b4c7-72bb1bdc18b7', 'x-compute-request-id': 'req-975a037d-99d7-4638-b4c7-72bb1bdc18b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:38,077 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.082s 2025-02-19 08:06:38,078 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9bb4c7-b764-4959-8349-703ad3ea6f61', 'x-compute-request-id': 'req-8b9bb4c7-b764-4959-8349-703ad3ea6f61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:39,226 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.131s 2025-02-19 08:06:39,227 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94050543-0b15-4365-8f3a-658d5e3fa813', 'x-compute-request-id': 'req-94050543-0b15-4365-8f3a-658d5e3fa813', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:40,341 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.098s 2025-02-19 08:06:40,341 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9dea47c1-f330-440d-a158-7f5253bda3aa', 'x-compute-request-id': 'req-9dea47c1-f330-440d-a158-7f5253bda3aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:06:40,358 88072 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait 2025-02-19 08:06:41,694 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.334s 2025-02-19 08:06:41,694 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d34977-1558-409f-8ce0-48983b5f0a9b', 'x-compute-request-id': 'req-31d34977-1558-409f-8ce0-48983b5f0a9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": []}}' 2025-02-19 08:06:41,709 88072 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait 2025-02-19 08:06:42,851 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.140s 2025-02-19 08:06:42,851 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd1c5350-fb2e-448c-9b9e-b480a278a1b2', 'x-compute-request-id': 'req-cd1c5350-fb2e-448c-9b9e-b480a278a1b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:42,865 88072 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait 2025-02-19 08:06:44,099 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.233s 2025-02-19 08:06:44,100 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e26c528-6c52-40d4-9c4e-8edf453a4080', 'x-compute-request-id': 'req-1e26c528-6c52-40d4-9c4e-8edf453a4080', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:45,312 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.197s 2025-02-19 08:06:45,312 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08703bbd-8943-4d02-91d1-3ee2e03d99a7', 'x-compute-request-id': 'req-08703bbd-8943-4d02-91d1-3ee2e03d99a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:46,502 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.173s 2025-02-19 08:06:46,502 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d0b3d0-a99d-453e-ab2a-e9901f449411', 'x-compute-request-id': 'req-a2d0b3d0-a99d-453e-ab2a-e9901f449411', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:47,730 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.213s 2025-02-19 08:06:47,730 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b334da5d-79be-4ca9-be6b-9d36ad97ef0e', 'x-compute-request-id': 'req-b334da5d-79be-4ca9-be6b-9d36ad97ef0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:48,914 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.166s 2025-02-19 08:06:48,914 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7414f2fc-2a53-42b5-8067-50f12a2c135a', 'x-compute-request-id': 'req-7414f2fc-2a53-42b5-8067-50f12a2c135a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:50,140 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.210s 2025-02-19 08:06:50,140 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef06ea62-cef5-4952-ad6d-aad8b11af68a', 'x-compute-request-id': 'req-ef06ea62-cef5-4952-ad6d-aad8b11af68a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:51,319 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.164s 2025-02-19 08:06:51,320 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f299c9-4bc7-41a0-be58-b0b299e10fae', 'x-compute-request-id': 'req-27f299c9-4bc7-41a0-be58-b0b299e10fae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:52,552 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.216s 2025-02-19 08:06:52,552 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74fb6785-d2a7-4f41-8845-d7cfbc8dcedc', 'x-compute-request-id': 'req-74fb6785-d2a7-4f41-8845-d7cfbc8dcedc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:53,721 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.152s 2025-02-19 08:06:53,721 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38de1f2b-b61d-43eb-bd4c-2e50f109512a', 'x-compute-request-id': 'req-38de1f2b-b61d-43eb-bd4c-2e50f109512a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:54,892 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.150s 2025-02-19 08:06:54,892 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc5726cf-bb4a-4742-82d8-5597db5d4094', 'x-compute-request-id': 'req-cc5726cf-bb4a-4742-82d8-5597db5d4094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:56,089 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.181s 2025-02-19 08:06:56,089 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d65766ee-2200-41c2-bed3-09c2697958d5', 'x-compute-request-id': 'req-d65766ee-2200-41c2-bed3-09c2697958d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:57,248 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.143s 2025-02-19 08:06:57,248 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-714b8191-9014-4ad9-9416-51f22e37b4f5', 'x-compute-request-id': 'req-714b8191-9014-4ad9-9416-51f22e37b4f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:58,429 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.166s 2025-02-19 08:06:58,430 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30aee567-0a0a-4ee5-af51-f5ff8d6f5b84', 'x-compute-request-id': 'req-30aee567-0a0a-4ee5-af51-f5ff8d6f5b84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:06:59,603 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.157s 2025-02-19 08:06:59,604 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:06:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-981d6162-a39c-4e7c-a520-4ae2757625d7', 'x-compute-request-id': 'req-981d6162-a39c-4e7c-a520-4ae2757625d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:00,764 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.146s 2025-02-19 08:07:00,765 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbd180a3-a8bd-4708-9943-2d49daf656c9', 'x-compute-request-id': 'req-bbd180a3-a8bd-4708-9943-2d49daf656c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:01,963 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.183s 2025-02-19 08:07:01,963 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5241594-17fe-46b5-b273-5592b565b088', 'x-compute-request-id': 'req-c5241594-17fe-46b5-b273-5592b565b088', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:03,136 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.157s 2025-02-19 08:07:03,136 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c812476-905a-441d-8eb4-e68194b0f47c', 'x-compute-request-id': 'req-3c812476-905a-441d-8eb4-e68194b0f47c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:04,303 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.151s 2025-02-19 08:07:04,303 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db6f1031-9479-4565-9fde-ccdb01826dd2', 'x-compute-request-id': 'req-db6f1031-9479-4565-9fde-ccdb01826dd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:05,475 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.155s 2025-02-19 08:07:05,475 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75026ec6-3ab4-43f1-8846-4452f11cd828', 'x-compute-request-id': 'req-75026ec6-3ab4-43f1-8846-4452f11cd828', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:06,646 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.155s 2025-02-19 08:07:06,647 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22000dd1-34cd-40af-9fb7-0bf42fab102a', 'x-compute-request-id': 'req-22000dd1-34cd-40af-9fb7-0bf42fab102a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:07,848 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.184s 2025-02-19 08:07:07,848 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad972213-b053-47dd-9aaa-bd7e565e2b65', 'x-compute-request-id': 'req-ad972213-b053-47dd-9aaa-bd7e565e2b65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:09,020 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.156s 2025-02-19 08:07:09,020 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e22365b-4db1-4aa4-aa37-19581a0bbd6b', 'x-compute-request-id': 'req-5e22365b-4db1-4aa4-aa37-19581a0bbd6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:10,209 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.169s 2025-02-19 08:07:10,210 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edc3dc64-7862-4f81-85ea-479392727b6b', 'x-compute-request-id': 'req-edc3dc64-7862-4f81-85ea-479392727b6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:11,381 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.150s 2025-02-19 08:07:11,381 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33144d31-773f-421c-8c70-4890f23b918d', 'x-compute-request-id': 'req-33144d31-773f-421c-8c70-4890f23b918d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:12,551 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.154s 2025-02-19 08:07:12,551 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7127ab2-2938-4ba6-9ae6-cefddf2c89fc', 'x-compute-request-id': 'req-b7127ab2-2938-4ba6-9ae6-cefddf2c89fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:13,757 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.190s 2025-02-19 08:07:13,757 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1471de8f-20c0-4ab8-a97e-c843822e08fb', 'x-compute-request-id': 'req-1471de8f-20c0-4ab8-a97e-c843822e08fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:14,942 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.168s 2025-02-19 08:07:14,943 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de2656c9-b2f9-42f9-8e76-5ac4c69181e5', 'x-compute-request-id': 'req-de2656c9-b2f9-42f9-8e76-5ac4c69181e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:16,122 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.163s 2025-02-19 08:07:16,123 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e2ae91a-437e-4165-8346-6e5ccf903417', 'x-compute-request-id': 'req-1e2ae91a-437e-4165-8346-6e5ccf903417', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:17,298 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.159s 2025-02-19 08:07:17,298 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fc74f0a-c651-4a5a-a622-b836210944d8', 'x-compute-request-id': 'req-4fc74f0a-c651-4a5a-a622-b836210944d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:18,481 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.165s 2025-02-19 08:07:18,482 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c54fbdd-02d3-4b80-8186-43bbedb2c9f3', 'x-compute-request-id': 'req-7c54fbdd-02d3-4b80-8186-43bbedb2c9f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:19,676 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.178s 2025-02-19 08:07:19,677 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510c53b5-405d-45bf-8e78-28e42a165fbe', 'x-compute-request-id': 'req-510c53b5-405d-45bf-8e78-28e42a165fbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:20,864 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.169s 2025-02-19 08:07:20,865 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e36f7866-a0e8-4ecd-9456-be64a1867707', 'x-compute-request-id': 'req-e36f7866-a0e8-4ecd-9456-be64a1867707', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:22,034 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.153s 2025-02-19 08:07:22,034 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3d626c3-fa8c-4358-ba0e-f0523c91c100', 'x-compute-request-id': 'req-f3d626c3-fa8c-4358-ba0e-f0523c91c100', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:23,470 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.420s 2025-02-19 08:07:23,471 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e69c37ce-de8d-433f-b9cb-dd744bf33f4c', 'x-compute-request-id': 'req-e69c37ce-de8d-433f-b9cb-dd744bf33f4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:24,661 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.167s 2025-02-19 08:07:24,661 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6857063f-9244-467c-821c-4d68b37ccc5c', 'x-compute-request-id': 'req-6857063f-9244-467c-821c-4d68b37ccc5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:25,868 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.189s 2025-02-19 08:07:25,868 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34f6563b-1988-494f-906c-18d6d3fdbd18', 'x-compute-request-id': 'req-34f6563b-1988-494f-906c-18d6d3fdbd18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:27,053 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.165s 2025-02-19 08:07:27,053 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9cbe9bb-ee37-4244-8b96-e39bd6cafb22', 'x-compute-request-id': 'req-d9cbe9bb-ee37-4244-8b96-e39bd6cafb22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:28,234 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.161s 2025-02-19 08:07:28,235 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d9de48b-b778-4a43-b722-1141a973e59e', 'x-compute-request-id': 'req-6d9de48b-b778-4a43-b722-1141a973e59e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:29,403 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.153s 2025-02-19 08:07:29,404 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-443e46d5-d267-4f46-893e-108e30eb3765', 'x-compute-request-id': 'req-443e46d5-d267-4f46-893e-108e30eb3765', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:30,570 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.148s 2025-02-19 08:07:30,571 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f66865-b8f4-4bd3-879c-5d713994742b', 'x-compute-request-id': 'req-99f66865-b8f4-4bd3-879c-5d713994742b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:31,784 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.198s 2025-02-19 08:07:31,784 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2d8705-27a4-47e5-bf9b-75566112cdc0', 'x-compute-request-id': 'req-2d2d8705-27a4-47e5-bf9b-75566112cdc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:32,956 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.154s 2025-02-19 08:07:32,957 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d45a9ea3-1a30-417a-a410-f34ee1c620f1', 'x-compute-request-id': 'req-d45a9ea3-1a30-417a-a410-f34ee1c620f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:34,124 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.150s 2025-02-19 08:07:34,125 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22360ff-2f7a-4aef-85cf-5745eae65586', 'x-compute-request-id': 'req-b22360ff-2f7a-4aef-85cf-5745eae65586', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:35,289 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.146s 2025-02-19 08:07:35,289 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f10ebd-1a3b-4d36-8dbd-3110a215a889', 'x-compute-request-id': 'req-67f10ebd-1a3b-4d36-8dbd-3110a215a889', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:36,455 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.150s 2025-02-19 08:07:36,456 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43101c35-b562-4459-80f6-a32bcf474f48', 'x-compute-request-id': 'req-43101c35-b562-4459-80f6-a32bcf474f48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:37,654 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.183s 2025-02-19 08:07:37,655 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ac3238b-6525-43d2-9960-6cd78d5b24d4', 'x-compute-request-id': 'req-0ac3238b-6525-43d2-9960-6cd78d5b24d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:38,813 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.143s 2025-02-19 08:07:38,813 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9164057f-fce4-489b-9728-9972b01fa438', 'x-compute-request-id': 'req-9164057f-fce4-489b-9728-9972b01fa438', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:39,973 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.145s 2025-02-19 08:07:39,974 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b224d91-de0f-41ab-8a47-53dcbac6fbad', 'x-compute-request-id': 'req-3b224d91-de0f-41ab-8a47-53dcbac6fbad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:07:41,078 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.088s 2025-02-19 08:07:41,078 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-317558e2-3d94-4c2f-8f92-398ee8e783dc', 'x-compute-request-id': 'req-317558e2-3d94-4c2f-8f92-398ee8e783dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:42,187 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.092s 2025-02-19 08:07:42,188 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-945078ce-5b5f-4b84-bde6-e83d4085544e', 'x-compute-request-id': 'req-945078ce-5b5f-4b84-bde6-e83d4085544e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:43,287 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:07:43,287 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bff4b327-2900-4679-a53e-b86a0dfc793a', 'x-compute-request-id': 'req-bff4b327-2900-4679-a53e-b86a0dfc793a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:44,423 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.121s 2025-02-19 08:07:44,424 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573caff5-2abc-4ac6-8535-2bb9594c85c6', 'x-compute-request-id': 'req-573caff5-2abc-4ac6-8535-2bb9594c85c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:45,609 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.170s 2025-02-19 08:07:45,610 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-259aa3e2-383d-4d9c-b891-c62b588d7dbd', 'x-compute-request-id': 'req-259aa3e2-383d-4d9c-b891-c62b588d7dbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:46,784 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.158s 2025-02-19 08:07:46,785 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca6eb17a-dae0-49d1-a2c6-835a671bdf78', 'x-compute-request-id': 'req-ca6eb17a-dae0-49d1-a2c6-835a671bdf78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:47,888 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.082s 2025-02-19 08:07:47,888 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9700571d-3d8f-4d2f-9597-e520009400c9', 'x-compute-request-id': 'req-9700571d-3d8f-4d2f-9597-e520009400c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:49,003 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.097s 2025-02-19 08:07:49,003 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af181c7b-2b62-4975-bf48-633abaee5932', 'x-compute-request-id': 'req-af181c7b-2b62-4975-bf48-633abaee5932', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:50,111 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.092s 2025-02-19 08:07:50,112 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2d6006b-9af3-44df-a329-7ec8fb55dedf', 'x-compute-request-id': 'req-e2d6006b-9af3-44df-a329-7ec8fb55dedf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:51,286 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.160s 2025-02-19 08:07:51,287 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-951702c6-d1b5-4d9e-af41-9354bb56d900', 'x-compute-request-id': 'req-951702c6-d1b5-4d9e-af41-9354bb56d900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:52,386 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:07:52,387 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bdb870c-b5d3-42e3-b1c0-548422f2455c', 'x-compute-request-id': 'req-3bdb870c-b5d3-42e3-b1c0-548422f2455c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:53,490 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:07:53,491 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14bb4d60-b648-4e72-a9b6-dc27cb9438ae', 'x-compute-request-id': 'req-14bb4d60-b648-4e72-a9b6-dc27cb9438ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:54,596 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.091s 2025-02-19 08:07:54,597 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f68d6ba-7b2d-48fd-b01e-37d365847adb', 'x-compute-request-id': 'req-6f68d6ba-7b2d-48fd-b01e-37d365847adb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:55,696 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.082s 2025-02-19 08:07:55,696 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7a4c31-f265-4232-be77-b6eb70893294', 'x-compute-request-id': 'req-db7a4c31-f265-4232-be77-b6eb70893294', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:56,808 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.096s 2025-02-19 08:07:56,809 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-279b3ea5-c428-45d0-a2a7-501c4599015d', 'x-compute-request-id': 'req-279b3ea5-c428-45d0-a2a7-501c4599015d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:57,906 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.080s 2025-02-19 08:07:57,907 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26b8f601-3278-4031-af8c-e7859247b256', 'x-compute-request-id': 'req-26b8f601-3278-4031-af8c-e7859247b256', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:07:59,010 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.089s 2025-02-19 08:07:59,011 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:07:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e155588-22c9-4e5b-a7e0-b7c46c935bb4', 'x-compute-request-id': 'req-4e155588-22c9-4e5b-a7e0-b7c46c935bb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:00,111 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:08:00,112 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c14a65-cc68-4ba2-8bff-e281d1bf7a3e', 'x-compute-request-id': 'req-81c14a65-cc68-4ba2-8bff-e281d1bf7a3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:01,213 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.086s 2025-02-19 08:08:01,214 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b7c4b9d-0157-4313-bb77-2a981a3d2974', 'x-compute-request-id': 'req-5b7c4b9d-0157-4313-bb77-2a981a3d2974', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:02,324 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.093s 2025-02-19 08:08:02,324 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee7fd069-b5bf-41de-9616-f71e8f3e27df', 'x-compute-request-id': 'req-ee7fd069-b5bf-41de-9616-f71e8f3e27df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:03,426 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:08:03,427 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f93c6269-6802-4754-9842-7c69b4451799', 'x-compute-request-id': 'req-f93c6269-6802-4754-9842-7c69b4451799', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:04,528 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:08:04,528 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5be28af2-1658-4974-9fca-f0f4333d22a1', 'x-compute-request-id': 'req-5be28af2-1658-4974-9fca-f0f4333d22a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:05,647 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.103s 2025-02-19 08:08:05,648 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84212b0f-0978-4a8d-a8c6-81069dde7526', 'x-compute-request-id': 'req-84212b0f-0978-4a8d-a8c6-81069dde7526', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:06,737 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.073s 2025-02-19 08:08:06,737 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7ae08fc-bb6b-40b1-ad4c-3f7c2b019cc2', 'x-compute-request-id': 'req-f7ae08fc-bb6b-40b1-ad4c-3f7c2b019cc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:07,855 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.101s 2025-02-19 08:08:07,856 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c666699b-655e-4c8b-9541-cf0d4ec5a80a', 'x-compute-request-id': 'req-c666699b-655e-4c8b-9541-cf0d4ec5a80a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:08,951 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.079s 2025-02-19 08:08:08,951 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ab2ee3-e6b6-4c7a-b105-61e777a74682', 'x-compute-request-id': 'req-80ab2ee3-e6b6-4c7a-b105-61e777a74682', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:10,056 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.089s 2025-02-19 08:08:10,056 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ed24e73-2e41-4dca-b17e-c7d3aa3852dc', 'x-compute-request-id': 'req-0ed24e73-2e41-4dca-b17e-c7d3aa3852dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:11,187 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.115s 2025-02-19 08:08:11,188 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2727cd8-d22b-44c8-8d75-3bcf4bf11648', 'x-compute-request-id': 'req-a2727cd8-d22b-44c8-8d75-3bcf4bf11648', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:12,286 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.082s 2025-02-19 08:08:12,286 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b84c5fb0-06a1-4a14-b575-573ee9fc6133', 'x-compute-request-id': 'req-b84c5fb0-06a1-4a14-b575-573ee9fc6133', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:13,382 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.081s 2025-02-19 08:08:13,382 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6454cafa-d790-4c4e-84d7-cb1708c6bd7b', 'x-compute-request-id': 'req-6454cafa-d790-4c4e-84d7-cb1708c6bd7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:14,491 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.094s 2025-02-19 08:08:14,492 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff4f2c9e-b7bf-4091-a0cb-2915a9d8f2f4', 'x-compute-request-id': 'req-ff4f2c9e-b7bf-4091-a0cb-2915a9d8f2f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:15,587 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.079s 2025-02-19 08:08:15,588 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e34959c-bfb5-47db-a82b-8cd88c9c02f0', 'x-compute-request-id': 'req-3e34959c-bfb5-47db-a82b-8cd88c9c02f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:16,696 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.092s 2025-02-19 08:08:16,697 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0264619a-3256-4aef-978d-b23bc9615347', 'x-compute-request-id': 'req-0264619a-3256-4aef-978d-b23bc9615347', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:17,801 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.087s 2025-02-19 08:08:17,801 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a168af11-6be3-4679-9219-1031eeaad1da', 'x-compute-request-id': 'req-a168af11-6be3-4679-9219-1031eeaad1da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:18,899 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:08:18,900 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d16664c-e865-4348-b1ae-c87887b7c72a', 'x-compute-request-id': 'req-8d16664c-e865-4348-b1ae-c87887b7c72a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:20,017 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.101s 2025-02-19 08:08:20,018 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78281c6f-4012-4157-a8de-01dfb97850e4', 'x-compute-request-id': 'req-78281c6f-4012-4157-a8de-01dfb97850e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:21,116 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:08:21,117 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8fe9c87-bb07-44ee-a0be-0bac5f27ad06', 'x-compute-request-id': 'req-d8fe9c87-bb07-44ee-a0be-0bac5f27ad06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:22,221 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.088s 2025-02-19 08:08:22,222 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18409617-93ed-4a9c-ac9e-b54693b3f907', 'x-compute-request-id': 'req-18409617-93ed-4a9c-ac9e-b54693b3f907', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:23,341 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.103s 2025-02-19 08:08:23,341 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d3dc4a1-1bfe-4768-bc3d-24b5df9abfbf', 'x-compute-request-id': 'req-0d3dc4a1-1bfe-4768-bc3d-24b5df9abfbf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:24,445 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.088s 2025-02-19 08:08:24,445 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-197cb362-39dd-457a-a0b7-b72a4120cf9a', 'x-compute-request-id': 'req-197cb362-39dd-457a-a0b7-b72a4120cf9a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:25,544 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:08:25,544 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f56aa88-781e-484a-b21d-542be0bcaa9b', 'x-compute-request-id': 'req-4f56aa88-781e-484a-b21d-542be0bcaa9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:26,646 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.086s 2025-02-19 08:08:26,647 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6f178ef-c2d2-4976-bd8f-37dcecc6f35b', 'x-compute-request-id': 'req-a6f178ef-c2d2-4976-bd8f-37dcecc6f35b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:27,753 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.086s 2025-02-19 08:08:27,753 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ed8a954-b550-427d-97f9-7071c62f223e', 'x-compute-request-id': 'req-8ed8a954-b550-427d-97f9-7071c62f223e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:28,854 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.085s 2025-02-19 08:08:28,854 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9535cc42-1fbd-4330-8410-7806d84c24df', 'x-compute-request-id': 'req-9535cc42-1fbd-4330-8410-7806d84c24df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:29,961 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.084s 2025-02-19 08:08:29,962 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f3ff1fa-7c77-4126-95e0-ba6ebc0583c4', 'x-compute-request-id': 'req-4f3ff1fa-7c77-4126-95e0-ba6ebc0583c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:31,059 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.080s 2025-02-19 08:08:31,059 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab381541-7808-4346-aa50-c281fc7da4b6', 'x-compute-request-id': 'req-ab381541-7808-4346-aa50-c281fc7da4b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:32,162 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.087s 2025-02-19 08:08:32,163 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3213405-a13c-4fc3-95f8-7007e5af8532', 'x-compute-request-id': 'req-d3213405-a13c-4fc3-95f8-7007e5af8532', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:33,262 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.083s 2025-02-19 08:08:33,262 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9816b4f8-4e0e-4abd-91b4-ceea3d1e4f18', 'x-compute-request-id': 'req-9816b4f8-4e0e-4abd-91b4-ceea3d1e4f18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:34,357 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.079s 2025-02-19 08:08:34,357 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34243f18-94c8-46a6-a2b0-0147950cd3db', 'x-compute-request-id': 'req-34243f18-94c8-46a6-a2b0-0147950cd3db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:35,445 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.072s 2025-02-19 08:08:35,445 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-593d24b9-b850-4f91-9864-c53232083932', 'x-compute-request-id': 'req-593d24b9-b850-4f91-9864-c53232083932', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:36,553 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.092s 2025-02-19 08:08:36,554 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-095e31c0-4744-4352-adf7-720dc20c7a9b', 'x-compute-request-id': 'req-095e31c0-4744-4352-adf7-720dc20c7a9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:37,663 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.092s 2025-02-19 08:08:37,663 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4796589e-286e-48c9-9d5b-a17ab8b6e298', 'x-compute-request-id': 'req-4796589e-286e-48c9-9d5b-a17ab8b6e298', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:38,765 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.086s 2025-02-19 08:08:38,765 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc0bf597-6ec2-4766-ab4a-87ddc36bde02', 'x-compute-request-id': 'req-dc0bf597-6ec2-4766-ab4a-87ddc36bde02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:39,872 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.088s 2025-02-19 08:08:39,872 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56faf842-01c0-4908-904a-5691150b2421', 'x-compute-request-id': 'req-56faf842-01c0-4908-904a-5691150b2421', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:40,978 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.090s 2025-02-19 08:08:40,978 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1929f233-0df5-4d54-80ec-c944d7683d4f', 'x-compute-request-id': 'req-1929f233-0df5-4d54-80ec-c944d7683d4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:42,100 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.107s 2025-02-19 08:08:42,101 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83dade53-f07e-4a03-9b5c-2e3965da2951', 'x-compute-request-id': 'req-83dade53-f07e-4a03-9b5c-2e3965da2951', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:06:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:43,195 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.078s 2025-02-19 08:08:43,195 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8422cf-867d-4659-9a2b-3bb9a2f5d5b2', 'x-compute-request-id': 'req-6e8422cf-867d-4659-9a2b-3bb9a2f5d5b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:44,298 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.086s 2025-02-19 08:08:44,298 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-db79ac34-4fe3-4af1-a622-451703dc092b', 'x-compute-request-id': 'req-db79ac34-4fe3-4af1-a622-451703dc092b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:45,388 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.074s 2025-02-19 08:08:45,388 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-faf91c59-3f29-4161-9a32-3903ae5ae10b', 'x-compute-request-id': 'req-faf91c59-3f29-4161-9a32-3903ae5ae10b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:46,493 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.089s 2025-02-19 08:08:46,494 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-26ba5be8-199f-4424-a55f-9bfbf8e6cff9', 'x-compute-request-id': 'req-26ba5be8-199f-4424-a55f-9bfbf8e6cff9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:47,599 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.089s 2025-02-19 08:08:47,599 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-00d1eab2-c0f1-41ec-88ef-8feff51a92b9', 'x-compute-request-id': 'req-00d1eab2-c0f1-41ec-88ef-8feff51a92b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:08:48,700 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.084s 2025-02-19 08:08:48,700 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6d08ba0f-0177-4a49-9076-52648239e2b4', 'x-compute-request-id': 'req-6d08ba0f-0177-4a49-9076-52648239e2b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "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": []}}' 2025-02-19 08:08:48,714 88072 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 135 second wait 2025-02-19 08:08:49,815 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.100s 2025-02-19 08:08:49,816 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1409', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-249dbefc-6301-4870-9a4b-ed3ad3eb0ac4', 'x-compute-request-id': 'req-249dbefc-6301-4870-9a4b-ed3ad3eb0ac4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"server": {"id": "8eaee9f0-100d-405a-b439-cff5fd259767", "name": "tempest-ImagesTestJSON-server-537848517", "status": "ERROR", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:06:33Z", "updated": "2025-02-19T08:08:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/8eaee9f0-100d-405a-b439-cff5fd259767"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-02-19T08:08:49Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8eaee9f0-100d-405a-b439-cff5fd259767."}, "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": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:08:49,832 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 136 second wait 2025-02-19 08:08:50,321 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 204 DELETE https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.489s 2025-02-19 08:08:50,322 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddf5dc5a-9885-43ce-aeeb-d367ae5644d0', 'x-compute-request-id': 'req-ddf5dc5a-9885-43ce-aeeb-d367ae5644d0', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'' 2025-02-19 08:08:50,358 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 404 GET https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767 0.035s 2025-02-19 08:08:50,358 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:08:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-293871cb-c518-4c80-a4c1-c4f6db269a70', 'x-compute-request-id': 'req-293871cb-c518-4c80-a4c1-c4f6db269a70', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/8eaee9f0-100d-405a-b439-cff5fd259767'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8eaee9f0-100d-405a-b439-cff5fd259767 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 109, 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 8eaee9f0-100d-405a-b439-cff5fd259767 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-02-19T08:08:49Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8eaee9f0-100d-405a-b439-cff5fd259767.'}. Request ID of server operation performed before checking the server status req-02d884f3-6fdc-4721-9644-942d3c3324cc. |
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
pass
pt85.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
pass
pt85.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
||||||
test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088] |
fail
ft85.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:09:48,223 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.083s 2025-02-19 08:09:48,223 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2952', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bb57a8f5-2d9e-458c-bd35-5a3e0e79d904', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a8ddd6c9381748da9d09f51af2fd9e18", "name": "tempest-ImagesTestJSON-51046010-project-member", "password_expires_at": null}, "audit_ids": ["luDUHU0CTD25n6uURKGOJA"], "expires_at": "2025-02-19T09:09:48.000000Z", "issued_at": "2025-02-19T08:09:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "817a7c9bc91746de8b1046482d839e4d", "name": "tempest-ImagesTestJSON-51046010"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:09:48,224 88072 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_server_from_snapshot) Found network {'id': '967d92c1-d113-4d6f-bff6-c25f2350ce7e', 'name': 'tempest-ImagesTestJSON-1270989762-network', 'tenant_id': '817a7c9bc91746de8b1046482d839e4d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '817a7c9bc91746de8b1046482d839e4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23683, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:06:26Z', 'updated_at': '2025-02-19T08:06:26Z', 'revision_number': 1} available for tenant 2025-02-19 08:09:48,643 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 202 POST https://10.209.35.117/compute/v2.1/servers 0.418s 2025-02-19 08:09:48,643 88072 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-1222510886", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "967d92c1-d113-4d6f-bff6-c25f2350ce7e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4955ff22-f3a1-408b-b8ff-251a56ceba67', 'x-compute-request-id': 'req-4955ff22-f3a1-408b-b8ff-251a56ceba67', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9SRgv5BbidNT"}}' 2025-02-19 08:09:48,710 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.063s 2025-02-19 08:09:48,711 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74087f00-f04e-4092-af90-1d2a34986fdc', 'x-compute-request-id': 'req-74087f00-f04e-4092-af90-1d2a34986fdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "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": []}}' 2025-02-19 08:09:49,805 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.078s 2025-02-19 08:09:49,806 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1222', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d0761da-8146-4317-b73e-64ab6a311a56', 'x-compute-request-id': 'req-1d0761da-8146-4317-b73e-64ab6a311a56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:09:50,907 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.086s 2025-02-19 08:09:50,907 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b37317b9-8028-469b-9f7b-65c223be1610', 'x-compute-request-id': 'req-b37317b9-8028-469b-9f7b-65c223be1610', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:09:50,921 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-02-19 08:09:52,003 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.081s 2025-02-19 08:09:52,004 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a1ca7127-2c66-4038-bf9f-ba5dd16b8fdf', 'x-compute-request-id': 'req-a1ca7127-2c66-4038-bf9f-ba5dd16b8fdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:09:53,113 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.093s 2025-02-19 08:09:53,113 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ce0c67ae-6301-44d7-a9ec-5cc23dca7fd5', 'x-compute-request-id': 'req-ce0c67ae-6301-44d7-a9ec-5cc23dca7fd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:09:53,128 88072 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2025-02-19 08:09:54,305 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.176s 2025-02-19 08:09:54,306 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f0ccf521-f059-4c6f-9cbb-3883086ef895', 'x-compute-request-id': 'req-f0ccf521-f059-4c6f-9cbb-3883086ef895', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": []}}' 2025-02-19 08:09:54,320 88072 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait 2025-02-19 08:09:55,471 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.148s 2025-02-19 08:09:55,471 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b0965f6-e541-4ace-ab1d-3b46bba9e847', 'x-compute-request-id': 'req-7b0965f6-e541-4ace-ab1d-3b46bba9e847', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:09:55,486 88072 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2025-02-19 08:09:56,638 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.151s 2025-02-19 08:09:56,639 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4dd514e-f7ff-4099-99af-98f546f1af69', 'x-compute-request-id': 'req-f4dd514e-f7ff-4099-99af-98f546f1af69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:09:57,992 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.337s 2025-02-19 08:09:57,992 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91df00c7-cfa7-4ace-8560-8a52d95e1c72', 'x-compute-request-id': 'req-91df00c7-cfa7-4ace-8560-8a52d95e1c72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:09:59,159 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.151s 2025-02-19 08:09:59,160 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:09:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2022ed97-9910-4fa6-b0fb-57af7ea4845f', 'x-compute-request-id': 'req-2022ed97-9910-4fa6-b0fb-57af7ea4845f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:00,324 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.149s 2025-02-19 08:10:00,325 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8f26dd-a440-46c8-a0f8-b0f57b5b6907', 'x-compute-request-id': 'req-cc8f26dd-a440-46c8-a0f8-b0f57b5b6907', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:01,524 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.185s 2025-02-19 08:10:01,525 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5b1bd64-ab07-4011-bb2f-daa9f2497f77', 'x-compute-request-id': 'req-a5b1bd64-ab07-4011-bb2f-daa9f2497f77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:02,697 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.156s 2025-02-19 08:10:02,698 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead24676-6fa7-4312-9559-c03c5e3a2263', 'x-compute-request-id': 'req-ead24676-6fa7-4312-9559-c03c5e3a2263', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:03,902 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.190s 2025-02-19 08:10:03,903 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3f784f2-42f2-46be-948c-b7b9b4c90309', 'x-compute-request-id': 'req-d3f784f2-42f2-46be-948c-b7b9b4c90309', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:05,136 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.217s 2025-02-19 08:10:05,136 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f0e8121-2b4b-45cd-bc05-49a78ee9ea23', 'x-compute-request-id': 'req-7f0e8121-2b4b-45cd-bc05-49a78ee9ea23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:06,344 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.191s 2025-02-19 08:10:06,345 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-827ce704-61b3-4c61-a21f-7550c6d8e075', 'x-compute-request-id': 'req-827ce704-61b3-4c61-a21f-7550c6d8e075', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:07,568 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.207s 2025-02-19 08:10:07,568 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b536309-b6da-4f0f-8a27-a2b0dba34429', 'x-compute-request-id': 'req-3b536309-b6da-4f0f-8a27-a2b0dba34429', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:08,747 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.161s 2025-02-19 08:10:08,747 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6f87916-e01a-4897-bddf-9647d9fc432d', 'x-compute-request-id': 'req-e6f87916-e01a-4897-bddf-9647d9fc432d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:09,930 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.164s 2025-02-19 08:10:09,931 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a447fd0-9087-46a7-8435-c59ad992b5dc', 'x-compute-request-id': 'req-0a447fd0-9087-46a7-8435-c59ad992b5dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:11,107 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.160s 2025-02-19 08:10:11,108 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a11723c-87d8-453a-abc1-54eb09a2339d', 'x-compute-request-id': 'req-3a11723c-87d8-453a-abc1-54eb09a2339d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:12,316 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.191s 2025-02-19 08:10:12,316 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3f1c0fe-9004-4772-8fd6-98b8f939326c', 'x-compute-request-id': 'req-c3f1c0fe-9004-4772-8fd6-98b8f939326c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:13,509 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.178s 2025-02-19 08:10:13,510 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f1abf27-2d57-45fd-bb53-f9b286064676', 'x-compute-request-id': 'req-9f1abf27-2d57-45fd-bb53-f9b286064676', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:14,669 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.144s 2025-02-19 08:10:14,670 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-937a39aa-1c6b-4ee3-8657-175806c5f7c3', 'x-compute-request-id': 'req-937a39aa-1c6b-4ee3-8657-175806c5f7c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:15,846 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.160s 2025-02-19 08:10:15,846 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90a818cb-ccbf-4996-82d6-71ac42c3176d', 'x-compute-request-id': 'req-90a818cb-ccbf-4996-82d6-71ac42c3176d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:17,016 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.154s 2025-02-19 08:10:17,017 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88c9486-c6da-475e-b4cf-637ef18a6107', 'x-compute-request-id': 'req-c88c9486-c6da-475e-b4cf-637ef18a6107', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:18,186 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.152s 2025-02-19 08:10:18,187 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-879cdcd8-28fe-4305-ae0d-72a8f67c3a53', 'x-compute-request-id': 'req-879cdcd8-28fe-4305-ae0d-72a8f67c3a53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:19,393 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.189s 2025-02-19 08:10:19,394 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a13505-a512-4c5a-8aa5-2b31c3a118a7', 'x-compute-request-id': 'req-79a13505-a512-4c5a-8aa5-2b31c3a118a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:20,614 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.204s 2025-02-19 08:10:20,615 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa2726be-a27a-4cfd-97d5-62107b5b745e', 'x-compute-request-id': 'req-fa2726be-a27a-4cfd-97d5-62107b5b745e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:21,799 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.168s 2025-02-19 08:10:21,800 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e031d0d-a429-48bc-868c-693054a59ed9', 'x-compute-request-id': 'req-2e031d0d-a429-48bc-868c-693054a59ed9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:23,011 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.195s 2025-02-19 08:10:23,011 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-313585e3-a443-43f6-b199-a821d7fea454', 'x-compute-request-id': 'req-313585e3-a443-43f6-b199-a821d7fea454', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:24,200 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.171s 2025-02-19 08:10:24,200 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eddb3258-767c-4650-b8f7-89ee9935c5ba', 'x-compute-request-id': 'req-eddb3258-767c-4650-b8f7-89ee9935c5ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:25,406 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.188s 2025-02-19 08:10:25,407 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d2c7f81-f144-499b-a8a3-65279176de7f', 'x-compute-request-id': 'req-5d2c7f81-f144-499b-a8a3-65279176de7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:26,611 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.187s 2025-02-19 08:10:26,611 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a6a52fa-9d6b-4174-8b0e-4f91e46f1579', 'x-compute-request-id': 'req-7a6a52fa-9d6b-4174-8b0e-4f91e46f1579', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:27,801 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.171s 2025-02-19 08:10:27,801 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a6d115-88fd-492e-bf54-5b02ae319685', 'x-compute-request-id': 'req-f9a6d115-88fd-492e-bf54-5b02ae319685', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:29,109 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.291s 2025-02-19 08:10:29,109 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2fc5746-a00c-43e0-a63c-87f0c189a783', 'x-compute-request-id': 'req-a2fc5746-a00c-43e0-a63c-87f0c189a783', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:30,322 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.194s 2025-02-19 08:10:30,322 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1063f58-8daf-4315-8ff9-29f3a30a48ca', 'x-compute-request-id': 'req-a1063f58-8daf-4315-8ff9-29f3a30a48ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:31,682 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.342s 2025-02-19 08:10:31,683 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-620bb391-78ed-43f6-914b-cbe880ce90fd', 'x-compute-request-id': 'req-620bb391-78ed-43f6-914b-cbe880ce90fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:10:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:32,921 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.218s 2025-02-19 08:10:32,926 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfd97258-8162-42a7-b3fe-868593a0ce13', 'x-compute-request-id': 'req-dfd97258-8162-42a7-b3fe-868593a0ce13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'{"server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "name": "tempest-ImagesTestJSON-server-1222510886", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:09:48Z", "updated": "2025-02-19T08:10:31Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:75:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:10:31.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": []}}' 2025-02-19 08:10:32,941 88072 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 44 second wait 2025-02-19 08:10:33,631 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 202 POST https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63/action 0.689s 2025-02-19 08:10:33,632 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"createImage": {"name": "tempest-test-snap-1651215259"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91cc3a87-0b5a-4eb8-a752-4cd5f6d2da23', 'x-compute-request-id': 'req-91cc3a87-0b5a-4eb8-a752-4cd5f6d2da23', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63/action'} Body: b'' 2025-02-19 08:10:33,833 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.199s 2025-02-19 08:10:33,833 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e676c62-7589-4672-a683-4c16aa0bd680', 'x-compute-request-id': 'req-8e676c62-7589-4672-a683-4c16aa0bd680', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:35,026 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.185s 2025-02-19 08:10:35,027 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9f0911-30fd-4020-8710-53dd66a9677d', 'x-compute-request-id': 'req-fd9f0911-30fd-4020-8710-53dd66a9677d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:36,308 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.275s 2025-02-19 08:10:36,309 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e69521c-e3e1-4158-bd11-7c3c45eff065', 'x-compute-request-id': 'req-3e69521c-e3e1-4158-bd11-7c3c45eff065', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:37,490 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.173s 2025-02-19 08:10:37,490 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf23bd47-626c-41d7-a45a-9a6856081a35', 'x-compute-request-id': 'req-cf23bd47-626c-41d7-a45a-9a6856081a35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:38,725 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.228s 2025-02-19 08:10:38,726 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cfb9e69-3db9-4186-8b03-bd38b652b37d', 'x-compute-request-id': 'req-9cfb9e69-3db9-4186-8b03-bd38b652b37d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot", "image_state": "available", "owner_id": "817a7c9bc91746de8b1046482d839e4d", "image_location": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:38Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:39,959 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.227s 2025-02-19 08:10:39,960 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76cabb66-01f3-4d4a-9d3e-30ce4b93c666', 'x-compute-request-id': 'req-76cabb66-01f3-4d4a-9d3e-30ce4b93c666', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot", "image_state": "available", "owner_id": "817a7c9bc91746de8b1046482d839e4d", "image_location": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 23527424, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:40,032 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.066s 2025-02-19 08:10:40,033 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-373787bb-311b-475f-a4ae-82d5a5e1ce72', 'x-compute-request-id': 'req-373787bb-311b-475f-a4ae-82d5a5e1ce72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'{"image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "name": "tempest-test-snap-1651215259", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "base_image_ref": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "owner_user_name": "tempest-ImagesTestJSON-51046010-project-member", "owner_project_name": "tempest-ImagesTestJSON-51046010", "boot_roles": "reader,member", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "image_type": "snapshot", "image_state": "available", "owner_id": "817a7c9bc91746de8b1046482d839e4d", "image_location": "snapshot"}, "created": "2025-02-19T08:10:33Z", "updated": "2025-02-19T08:10:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 23527424, "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "https://10.209.35.117/image//images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}], "server": {"id": "54eadea8-a85f-4966-ac3d-df5bc163aa63", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63"}]}}}' 2025-02-19 08:10:40,109 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.065s 2025-02-19 08:10:40,110 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2952', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b49cbd27-8759-4508-84ec-cc4319d44f57', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a8ddd6c9381748da9d09f51af2fd9e18", "name": "tempest-ImagesTestJSON-51046010-project-member", "password_expires_at": null}, "audit_ids": ["kca8qarMTQeAgSK5D5ywIQ"], "expires_at": "2025-02-19T09:10:40.000000Z", "issued_at": "2025-02-19T08:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "817a7c9bc91746de8b1046482d839e4d", "name": "tempest-ImagesTestJSON-51046010"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:10:40,110 88072 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_server_from_snapshot) Found network {'id': '967d92c1-d113-4d6f-bff6-c25f2350ce7e', 'name': 'tempest-ImagesTestJSON-1270989762-network', 'tenant_id': '817a7c9bc91746de8b1046482d839e4d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '817a7c9bc91746de8b1046482d839e4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23683, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:06:26Z', 'updated_at': '2025-02-19T08:06:26Z', 'revision_number': 1} available for tenant 2025-02-19 08:10:40,804 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 202 POST https://10.209.35.117/compute/v2.1/servers 0.692s 2025-02-19 08:10:40,804 88072 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-1260702768", "imageRef": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "flavorRef": "42", "networks": [{"uuid": "967d92c1-d113-4d6f-bff6-c25f2350ce7e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-476fd015-cc0e-4288-bb5d-adad3421fe11', 'x-compute-request-id': 'req-476fd015-cc0e-4288-bb5d-adad3421fe11', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Pke562xEzmEP"}}' 2025-02-19 08:10:40,888 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.080s 2025-02-19 08:10:40,888 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b15f881-2ed9-4103-ae3e-3f401b126c41', 'x-compute-request-id': 'req-3b15f881-2ed9-4103-ae3e-3f401b126c41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "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": []}}' 2025-02-19 08:10:42,049 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.144s 2025-02-19 08:10:42,049 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1222', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5121a953-5f23-4a8e-a37b-1e71d722f5de', 'x-compute-request-id': 'req-5121a953-5f23-4a8e-a37b-1e71d722f5de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:10:43,176 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.110s 2025-02-19 08:10:43,177 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b6d1cb8e-eabd-491e-b0b6-ccc6377fe49c', 'x-compute-request-id': 'req-b6d1cb8e-eabd-491e-b0b6-ccc6377fe49c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:10:43,191 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2025-02-19 08:10:44,286 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.094s 2025-02-19 08:10:44,287 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-18f79d54-d74b-4edb-8d1b-88962a2d9c19', 'x-compute-request-id': 'req-18f79d54-d74b-4edb-8d1b-88962a2d9c19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:10:45,406 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.102s 2025-02-19 08:10:45,407 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f4b35901-e4ee-4000-8521-25ffac37cf22', 'x-compute-request-id': 'req-f4b35901-e4ee-4000-8521-25ffac37cf22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:10:45,422 88072 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2025-02-19 08:10:46,662 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.238s 2025-02-19 08:10:46,662 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6c4b35b1-c002-4c08-a94d-030b5b13754b', 'x-compute-request-id': 'req-6c4b35b1-c002-4c08-a94d-030b5b13754b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": []}}' 2025-02-19 08:10:46,685 88072 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait 2025-02-19 08:10:47,890 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.203s 2025-02-19 08:10:47,890 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-650f3d2e-cebe-439e-8194-eb94609656af', 'x-compute-request-id': 'req-650f3d2e-cebe-439e-8194-eb94609656af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:47,905 88072 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2025-02-19 08:10:49,108 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.201s 2025-02-19 08:10:49,108 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d6f638a-7e3d-4387-8a83-f4d1aa34bfde', 'x-compute-request-id': 'req-7d6f638a-7e3d-4387-8a83-f4d1aa34bfde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:50,319 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.194s 2025-02-19 08:10:50,319 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-393695f8-7337-49c2-9e9a-4752ef7cc755', 'x-compute-request-id': 'req-393695f8-7337-49c2-9e9a-4752ef7cc755', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:51,608 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.271s 2025-02-19 08:10:51,608 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba896117-d29b-4c12-8730-bd87e3dd5a3d', 'x-compute-request-id': 'req-ba896117-d29b-4c12-8730-bd87e3dd5a3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:52,815 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.190s 2025-02-19 08:10:52,815 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60438696-a579-4d48-8dd4-3765abf0297b', 'x-compute-request-id': 'req-60438696-a579-4d48-8dd4-3765abf0297b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:54,054 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.210s 2025-02-19 08:10:54,054 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7712d219-a85f-4141-b065-97721ca86f70', 'x-compute-request-id': 'req-7712d219-a85f-4141-b065-97721ca86f70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:55,251 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.181s 2025-02-19 08:10:55,252 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58cb615b-01d7-46ab-8359-3b51f0d3e2bb', 'x-compute-request-id': 'req-58cb615b-01d7-46ab-8359-3b51f0d3e2bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:56,453 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.181s 2025-02-19 08:10:56,453 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86186260-b1ef-426c-9978-ed4316a9e496', 'x-compute-request-id': 'req-86186260-b1ef-426c-9978-ed4316a9e496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:57,672 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.202s 2025-02-19 08:10:57,673 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a5bacc-795a-4971-ad37-173aa173b435', 'x-compute-request-id': 'req-b1a5bacc-795a-4971-ad37-173aa173b435', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:10:58,871 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.182s 2025-02-19 08:10:58,872 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb13a12-f72f-4fd5-8bf1-eb9390a5ec6e', 'x-compute-request-id': 'req-bfb13a12-f72f-4fd5-8bf1-eb9390a5ec6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:00,162 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.271s 2025-02-19 08:11:00,163 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:10:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d777d019-7e27-4921-b4d7-708fd5977671', 'x-compute-request-id': 'req-d777d019-7e27-4921-b4d7-708fd5977671', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:01,414 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.234s 2025-02-19 08:11:01,414 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfaa1a87-f961-4fd6-a252-bc98cab7d571', 'x-compute-request-id': 'req-dfaa1a87-f961-4fd6-a252-bc98cab7d571', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:02,621 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.191s 2025-02-19 08:11:02,622 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c876cf2f-491a-4fa2-b8a2-bc288024b570', 'x-compute-request-id': 'req-c876cf2f-491a-4fa2-b8a2-bc288024b570', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:03,820 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.180s 2025-02-19 08:11:03,820 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e5ae89-d211-46a6-a013-1a145cae607a', 'x-compute-request-id': 'req-36e5ae89-d211-46a6-a013-1a145cae607a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:05,004 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.166s 2025-02-19 08:11:05,004 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87ca13f5-2196-441f-9722-bbf206305c33', 'x-compute-request-id': 'req-87ca13f5-2196-441f-9722-bbf206305c33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:06,266 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.244s 2025-02-19 08:11:06,267 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab2c8879-ad09-4dfb-b0d7-8b9706750165', 'x-compute-request-id': 'req-ab2c8879-ad09-4dfb-b0d7-8b9706750165', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:07,498 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.216s 2025-02-19 08:11:07,499 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b479df80-9e27-4c54-b2eb-d1d0eaff95b9', 'x-compute-request-id': 'req-b479df80-9e27-4c54-b2eb-d1d0eaff95b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:08,661 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.147s 2025-02-19 08:11:08,662 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41f9a566-473d-442b-b2e6-74285ad81763', 'x-compute-request-id': 'req-41f9a566-473d-442b-b2e6-74285ad81763', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:09,838 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.158s 2025-02-19 08:11:09,838 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcadbcc5-5977-4d26-95c3-11dc8c2c7363', 'x-compute-request-id': 'req-bcadbcc5-5977-4d26-95c3-11dc8c2c7363', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:11,089 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.233s 2025-02-19 08:11:11,089 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ca01ce-3dd0-4209-90cb-f6bc01de34c9', 'x-compute-request-id': 'req-e1ca01ce-3dd0-4209-90cb-f6bc01de34c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:12,330 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.225s 2025-02-19 08:11:12,330 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1f8b4de-e645-4362-9fb1-9b67873feeb5', 'x-compute-request-id': 'req-f1f8b4de-e645-4362-9fb1-9b67873feeb5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:13,498 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.148s 2025-02-19 08:11:13,498 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2338a65-5392-4774-a1e3-abc03b83a808', 'x-compute-request-id': 'req-e2338a65-5392-4774-a1e3-abc03b83a808', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:14,689 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.176s 2025-02-19 08:11:14,690 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac67a57b-6830-4c8b-bb4a-d21215dad04e', 'x-compute-request-id': 'req-ac67a57b-6830-4c8b-bb4a-d21215dad04e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:15,973 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.266s 2025-02-19 08:11:15,974 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28187afb-6076-4c8e-90ae-cc56323367e7', 'x-compute-request-id': 'req-28187afb-6076-4c8e-90ae-cc56323367e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:17,206 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.214s 2025-02-19 08:11:17,206 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb2c631-9088-4ba2-84b2-a3c28a152122', 'x-compute-request-id': 'req-fdb2c631-9088-4ba2-84b2-a3c28a152122', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:18,420 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.199s 2025-02-19 08:11:18,420 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de648834-9a1f-4508-a99a-f8db56cef474', 'x-compute-request-id': 'req-de648834-9a1f-4508-a99a-f8db56cef474', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:19,602 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.164s 2025-02-19 08:11:19,602 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-179475e7-bc7c-4a60-b48c-46281314c3ec', 'x-compute-request-id': 'req-179475e7-bc7c-4a60-b48c-46281314c3ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:20,765 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.145s 2025-02-19 08:11:20,765 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8432fb85-112a-4260-b41d-94abfb1e11d5', 'x-compute-request-id': 'req-8432fb85-112a-4260-b41d-94abfb1e11d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:21,984 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.203s 2025-02-19 08:11:21,984 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0efc4f07-6d40-4986-8ddb-358572d1c0f2', 'x-compute-request-id': 'req-0efc4f07-6d40-4986-8ddb-358572d1c0f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:23,168 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.167s 2025-02-19 08:11:23,169 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89cf37fa-76f1-49f3-8ac3-f8f3b500ac08', 'x-compute-request-id': 'req-89cf37fa-76f1-49f3-8ac3-f8f3b500ac08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:24,342 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.154s 2025-02-19 08:11:24,342 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e97b5091-0c98-4153-a25d-98eb8462fdbb', 'x-compute-request-id': 'req-e97b5091-0c98-4153-a25d-98eb8462fdbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:25,544 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.181s 2025-02-19 08:11:25,545 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8fb5d73-b73b-449c-980c-5e93194454bf', 'x-compute-request-id': 'req-f8fb5d73-b73b-449c-980c-5e93194454bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:26,720 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.159s 2025-02-19 08:11:26,720 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e628095-2395-485c-851c-cecc794b482a', 'x-compute-request-id': 'req-0e628095-2395-485c-851c-cecc794b482a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:27,981 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.244s 2025-02-19 08:11:27,981 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b29de900-a43f-43f1-ab10-8cd270794268', 'x-compute-request-id': 'req-b29de900-a43f-43f1-ab10-8cd270794268', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:29,244 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.245s 2025-02-19 08:11:29,244 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b413d556-bfca-4135-a3e1-621cf5ddda1e', 'x-compute-request-id': 'req-b413d556-bfca-4135-a3e1-621cf5ddda1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:30,630 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.365s 2025-02-19 08:11:30,630 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d539164-9308-4f42-983a-9a090e162bb2', 'x-compute-request-id': 'req-4d539164-9308-4f42-983a-9a090e162bb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:31,813 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.167s 2025-02-19 08:11:31,813 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95e94260-a517-4b3e-aa8a-aa2e8200e91d', 'x-compute-request-id': 'req-95e94260-a517-4b3e-aa8a-aa2e8200e91d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:33,064 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.232s 2025-02-19 08:11:33,064 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c19f7303-7399-4e7f-a588-fe8ed65982bb', 'x-compute-request-id': 'req-c19f7303-7399-4e7f-a588-fe8ed65982bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:34,267 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.185s 2025-02-19 08:11:34,267 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5d37fb5-82fa-4d7c-8450-4ec10bb54748', 'x-compute-request-id': 'req-e5d37fb5-82fa-4d7c-8450-4ec10bb54748', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:35,434 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.151s 2025-02-19 08:11:35,435 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4015f79-b4e5-4a66-b0c2-a47e324ab576', 'x-compute-request-id': 'req-f4015f79-b4e5-4a66-b0c2-a47e324ab576', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:36,605 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.154s 2025-02-19 08:11:36,606 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf4b4fa0-6a56-40ef-b61b-5365fee2e5e3', 'x-compute-request-id': 'req-bf4b4fa0-6a56-40ef-b61b-5365fee2e5e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:37,777 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.155s 2025-02-19 08:11:37,778 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e48817-5d6f-4e4c-a5d4-506c40efeb72', 'x-compute-request-id': 'req-75e48817-5d6f-4e4c-a5d4-506c40efeb72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:38,948 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.155s 2025-02-19 08:11:38,949 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adb7d914-61ef-44eb-b7e6-a43eb5e4a0d7', 'x-compute-request-id': 'req-adb7d914-61ef-44eb-b7e6-a43eb5e4a0d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:40,177 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.213s 2025-02-19 08:11:40,177 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64915f0e-64cc-49ca-9621-ce6fe5a4c871', 'x-compute-request-id': 'req-64915f0e-64cc-49ca-9621-ce6fe5a4c871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:41,393 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.200s 2025-02-19 08:11:41,394 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a168edca-53cf-4979-8517-deb5e3d5fbc7', 'x-compute-request-id': 'req-a168edca-53cf-4979-8517-deb5e3d5fbc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:42,572 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.156s 2025-02-19 08:11:42,573 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e625bd8-31f3-4682-8700-3f4f9eb860b2', 'x-compute-request-id': 'req-8e625bd8-31f3-4682-8700-3f4f9eb860b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:43,744 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.155s 2025-02-19 08:11:43,745 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-667a3a11-eeb8-4346-a7ac-b1899a67d715', 'x-compute-request-id': 'req-667a3a11-eeb8-4346-a7ac-b1899a67d715', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:44,916 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.154s 2025-02-19 08:11:44,917 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3db3fc5-1167-4cc3-99e4-307a7f6b7cba', 'x-compute-request-id': 'req-a3db3fc5-1167-4cc3-99e4-307a7f6b7cba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:46,100 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.167s 2025-02-19 08:11:46,100 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f36b783-cdbe-4aac-a44b-42ef93d1fb15', 'x-compute-request-id': 'req-7f36b783-cdbe-4aac-a44b-42ef93d1fb15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:47,311 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.194s 2025-02-19 08:11:47,312 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-678a2d03-c71c-45c3-8c6d-eb5e787904b5', 'x-compute-request-id': 'req-678a2d03-c71c-45c3-8c6d-eb5e787904b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:48,509 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.183s 2025-02-19 08:11:48,510 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c35b45a-8144-48e6-80da-086c4a6d1021', 'x-compute-request-id': 'req-5c35b45a-8144-48e6-80da-086c4a6d1021', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:49,668 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.143s 2025-02-19 08:11:49,669 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e856c4fb-1e9f-4525-b37f-b1279beaccef', 'x-compute-request-id': 'req-e856c4fb-1e9f-4525-b37f-b1279beaccef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:50,847 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.162s 2025-02-19 08:11:50,847 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ee68636-6ab7-4806-a1fa-87e20d85cdba', 'x-compute-request-id': 'req-2ee68636-6ab7-4806-a1fa-87e20d85cdba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:52,017 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.152s 2025-02-19 08:11:52,017 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe5a3a0-c74d-4e79-b1b9-d5e7e9f81d59', 'x-compute-request-id': 'req-dbe5a3a0-c74d-4e79-b1b9-d5e7e9f81d59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:53,189 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.156s 2025-02-19 08:11:53,190 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcbb449d-1127-4f46-988d-fdba9826251a', 'x-compute-request-id': 'req-dcbb449d-1127-4f46-988d-fdba9826251a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:54,392 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.185s 2025-02-19 08:11:54,392 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54bc4f26-50f1-406b-993d-41ac54c1a8b7', 'x-compute-request-id': 'req-54bc4f26-50f1-406b-993d-41ac54c1a8b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:55,562 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.153s 2025-02-19 08:11:55,563 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46a84c71-e62b-460d-b031-bfc4ee604d0a', 'x-compute-request-id': 'req-46a84c71-e62b-460d-b031-bfc4ee604d0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:56,730 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.151s 2025-02-19 08:11:56,730 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e778fae8-2e03-486c-818a-141eb371ec9b', 'x-compute-request-id': 'req-e778fae8-2e03-486c-818a-141eb371ec9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:57,907 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.160s 2025-02-19 08:11:57,907 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc6e426-709b-4fd1-8459-afbc3c7caee6', 'x-compute-request-id': 'req-2bc6e426-709b-4fd1-8459-afbc3c7caee6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:11:59,077 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.154s 2025-02-19 08:11:59,078 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:11:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-629c73ce-dd3f-44dd-a4f6-640b6dbf5eaa', 'x-compute-request-id': 'req-629c73ce-dd3f-44dd-a4f6-640b6dbf5eaa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:00,315 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.217s 2025-02-19 08:12:00,316 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4699caa-106f-451e-9471-c5a816cc9925', 'x-compute-request-id': 'req-a4699caa-106f-451e-9471-c5a816cc9925', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:01,505 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.173s 2025-02-19 08:12:01,506 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-701220ec-6ba3-4f5f-bfff-14939b8f08ec', 'x-compute-request-id': 'req-701220ec-6ba3-4f5f-bfff-14939b8f08ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:02,716 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.194s 2025-02-19 08:12:02,716 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5110eed0-39dc-484a-99c3-27e2b5b14888', 'x-compute-request-id': 'req-5110eed0-39dc-484a-99c3-27e2b5b14888', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:03,892 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.159s 2025-02-19 08:12:03,893 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f23608a-0579-48ae-8cd0-bff9fc7174dc', 'x-compute-request-id': 'req-8f23608a-0579-48ae-8cd0-bff9fc7174dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:05,062 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.153s 2025-02-19 08:12:05,063 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ad46f45-2d18-4ebe-8763-109fca37e79c', 'x-compute-request-id': 'req-9ad46f45-2d18-4ebe-8763-109fca37e79c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:06,223 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.144s 2025-02-19 08:12:06,224 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b424bb8c-1d55-49e7-97e0-df5a9e2e68d3', 'x-compute-request-id': 'req-b424bb8c-1d55-49e7-97e0-df5a9e2e68d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:07,472 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.233s 2025-02-19 08:12:07,473 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8be27d-9cca-4330-bd7f-4fecd416e635', 'x-compute-request-id': 'req-ba8be27d-9cca-4330-bd7f-4fecd416e635', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:08,639 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.150s 2025-02-19 08:12:08,640 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c60c3d5-2d92-46a8-b7ea-14c5dd080cc1', 'x-compute-request-id': 'req-5c60c3d5-2d92-46a8-b7ea-14c5dd080cc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:09,803 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.147s 2025-02-19 08:12:09,803 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e081b0-adf9-4ed1-a160-d93b622d206c', 'x-compute-request-id': 'req-f0e081b0-adf9-4ed1-a160-d93b622d206c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:10,974 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.155s 2025-02-19 08:12:10,975 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6e62e81-6cc9-445c-8271-2112873fbdad', 'x-compute-request-id': 'req-f6e62e81-6cc9-445c-8271-2112873fbdad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:12,175 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.185s 2025-02-19 08:12:12,176 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e7007aa-d450-438e-a9a9-5982dbfa4110', 'x-compute-request-id': 'req-9e7007aa-d450-438e-a9a9-5982dbfa4110', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:13,350 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.158s 2025-02-19 08:12:13,350 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e6740cc-a5e7-4d52-93bb-7c9e240149d6', 'x-compute-request-id': 'req-2e6740cc-a5e7-4d52-93bb-7c9e240149d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:14,553 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.180s 2025-02-19 08:12:14,553 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14fae57-6269-4aac-8ae7-c99f523cb5ae', 'x-compute-request-id': 'req-c14fae57-6269-4aac-8ae7-c99f523cb5ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:15,734 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.164s 2025-02-19 08:12:15,734 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74b8cce9-7ae5-4fcd-9f7a-f112dbd8a759', 'x-compute-request-id': 'req-74b8cce9-7ae5-4fcd-9f7a-f112dbd8a759', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:16,951 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.201s 2025-02-19 08:12:16,952 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc28e054-0d22-42ec-a716-f62c8825197d', 'x-compute-request-id': 'req-dc28e054-0d22-42ec-a716-f62c8825197d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:18,287 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.319s 2025-02-19 08:12:18,287 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-539ed2a6-1e90-4340-82d0-2e3cfbcde079', 'x-compute-request-id': 'req-539ed2a6-1e90-4340-82d0-2e3cfbcde079', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:19,481 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.178s 2025-02-19 08:12:19,482 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a98aa82-381e-4e65-b083-d7a06d6c78f3', 'x-compute-request-id': 'req-7a98aa82-381e-4e65-b083-d7a06d6c78f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:20,676 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.176s 2025-02-19 08:12:20,677 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad9628e6-6f6f-4611-aefb-065bb0258967', 'x-compute-request-id': 'req-ad9628e6-6f6f-4611-aefb-065bb0258967', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:10:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:22,060 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.368s 2025-02-19 08:12:22,061 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835582aa-7628-44cc-bd4a-9ece10261291', 'x-compute-request-id': 'req-835582aa-7628-44cc-bd4a-9ece10261291', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:21Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.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": []}}' 2025-02-19 08:12:22,075 88072 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 102 second wait 2025-02-19 08:12:22,247 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 204 DELETE https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.171s 2025-02-19 08:12:22,248 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb774bbc-97fa-43d8-8fa7-88fbd65ad9c4', 'x-compute-request-id': 'req-cb774bbc-97fa-43d8-8fa7-88fbd65ad9c4', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'' 2025-02-19 08:12:22,564 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.316s 2025-02-19 08:12:22,565 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1502', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb45f12b-52e2-4b0f-86d0-844ea859a9eb', 'x-compute-request-id': 'req-bb45f12b-52e2-4b0f-86d0-844ea859a9eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:22Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:23,812 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.230s 2025-02-19 08:12:23,813 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1502', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d0586d-366d-4bb8-bb6e-e66f20dace8d', 'x-compute-request-id': 'req-b6d0586d-366d-4bb8-bb6e-e66f20dace8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:22Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:24,923 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.090s 2025-02-19 08:12:24,923 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6847bbe5-9865-4642-aefe-4ec9e19c95f0', 'x-compute-request-id': 'req-6847bbe5-9865-4642-aefe-4ec9e19c95f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:26,022 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.081s 2025-02-19 08:12:26,022 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae26b7e-5681-4282-9cba-351fe02bdf1f', 'x-compute-request-id': 'req-2ae26b7e-5681-4282-9cba-351fe02bdf1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:27,131 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.094s 2025-02-19 08:12:27,132 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1dcc00-f431-413b-b29d-9e7ad611e6d2', 'x-compute-request-id': 'req-be1dcc00-f431-413b-b29d-9e7ad611e6d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:28,257 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.109s 2025-02-19 08:12:28,257 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb98184-25f8-4200-b661-22db70d88c9f', 'x-compute-request-id': 'req-abb98184-25f8-4200-b661-22db70d88c9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:29,377 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.099s 2025-02-19 08:12:29,377 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6a89e56-19f7-4414-a356-c9e1d92b7f64', 'x-compute-request-id': 'req-f6a89e56-19f7-4414-a356-c9e1d92b7f64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:30,488 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.094s 2025-02-19 08:12:30,488 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d653b99-7d04-478c-9a4b-a639de4313e1', 'x-compute-request-id': 'req-1d653b99-7d04-478c-9a4b-a639de4313e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:31,593 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.088s 2025-02-19 08:12:31,593 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d68047-ddf3-41f0-b003-f4b7adc02a85', 'x-compute-request-id': 'req-75d68047-ddf3-41f0-b003-f4b7adc02a85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:32,695 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.086s 2025-02-19 08:12:32,695 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8385ad1d-8b38-4863-8355-f2de3480e40e', 'x-compute-request-id': 'req-8385ad1d-8b38-4863-8355-f2de3480e40e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:33,837 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.125s 2025-02-19 08:12:33,837 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-330cbaca-a74a-4415-ad97-922a8e85052d', 'x-compute-request-id': 'req-330cbaca-a74a-4415-ad97-922a8e85052d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:35,054 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.201s 2025-02-19 08:12:35,055 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bdce267-d962-41c1-b6af-bfbe69ad48ee', 'x-compute-request-id': 'req-0bdce267-d962-41c1-b6af-bfbe69ad48ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:36,276 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.206s 2025-02-19 08:12:36,277 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ccdaa69-d6f9-463d-8839-414bac060d29', 'x-compute-request-id': 'req-5ccdaa69-d6f9-463d-8839-414bac060d29', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:37,444 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.151s 2025-02-19 08:12:37,444 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f003d9c-efd9-480c-9ece-550a8320d49f', 'x-compute-request-id': 'req-1f003d9c-efd9-480c-9ece-550a8320d49f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:38,621 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.160s 2025-02-19 08:12:38,621 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb5bd09-2a9c-41a4-a0aa-a0834c444567', 'x-compute-request-id': 'req-1bb5bd09-2a9c-41a4-a0aa-a0834c444567', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:39,809 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.168s 2025-02-19 08:12:39,809 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a60f38e0-565d-4cc4-afc2-49f0543b9574', 'x-compute-request-id': 'req-a60f38e0-565d-4cc4-afc2-49f0543b9574', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:41,019 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.193s 2025-02-19 08:12:41,020 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22e80f44-e3f5-43f4-9554-44d4afb4e816', 'x-compute-request-id': 'req-22e80f44-e3f5-43f4-9554-44d4afb4e816', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:42,244 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.209s 2025-02-19 08:12:42,245 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc237221-ee60-4a69-9691-57fd5b8067fa', 'x-compute-request-id': 'req-dc237221-ee60-4a69-9691-57fd5b8067fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:43,405 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.145s 2025-02-19 08:12:43,405 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa76dc5-9bb5-4048-9630-3dc5d8bc01a6', 'x-compute-request-id': 'req-bfa76dc5-9bb5-4048-9630-3dc5d8bc01a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:44,571 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.150s 2025-02-19 08:12:44,572 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f65ef7-8976-435f-8900-8d3e0c32f2be', 'x-compute-request-id': 'req-87f65ef7-8976-435f-8900-8d3e0c32f2be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:45,743 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.156s 2025-02-19 08:12:45,744 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0eaa02f-96f6-4a1f-9d93-29ab18297fd4', 'x-compute-request-id': 'req-f0eaa02f-96f6-4a1f-9d93-29ab18297fd4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:46,919 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.160s 2025-02-19 08:12:46,919 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b55d94-88d3-43e5-917f-b5fa7f7e3706', 'x-compute-request-id': 'req-a2b55d94-88d3-43e5-917f-b5fa7f7e3706', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:48,129 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.193s 2025-02-19 08:12:48,129 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0e807f4-d19f-45dd-affd-7db204041979', 'x-compute-request-id': 'req-a0e807f4-d19f-45dd-affd-7db204041979', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:49,356 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.211s 2025-02-19 08:12:49,357 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2319a7cc-0a1f-4336-9048-52c580b85198', 'x-compute-request-id': 'req-2319a7cc-0a1f-4336-9048-52c580b85198', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:50,521 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.145s 2025-02-19 08:12:50,522 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4f143e5-4c5e-4395-a436-0d4a298c9025', 'x-compute-request-id': 'req-d4f143e5-4c5e-4395-a436-0d4a298c9025', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:51,703 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.165s 2025-02-19 08:12:51,703 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd301ba-aa19-4012-aed4-0cffe58bfbc7', 'x-compute-request-id': 'req-8fd301ba-aa19-4012-aed4-0cffe58bfbc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:52,867 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.146s 2025-02-19 08:12:52,868 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed756c9a-fcfb-4ce8-b607-44bc9e35e44b', 'x-compute-request-id': 'req-ed756c9a-fcfb-4ce8-b607-44bc9e35e44b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:54,054 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.169s 2025-02-19 08:12:54,055 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778a921e-a919-4b81-b133-234d77264ec6', 'x-compute-request-id': 'req-778a921e-a919-4b81-b133-234d77264ec6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:55,257 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.186s 2025-02-19 08:12:55,257 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37557bba-ee2b-4cf0-b3fc-c48e4c9fc1cc', 'x-compute-request-id': 'req-37557bba-ee2b-4cf0-b3fc-c48e4c9fc1cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:56,448 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.175s 2025-02-19 08:12:56,448 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d35fa003-52a0-4bd4-aa51-8d678cba1bf4', 'x-compute-request-id': 'req-d35fa003-52a0-4bd4-aa51-8d678cba1bf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:57,609 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.146s 2025-02-19 08:12:57,610 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-261ac194-7596-4b29-9d3d-29cbbfa7c48d', 'x-compute-request-id': 'req-261ac194-7596-4b29-9d3d-29cbbfa7c48d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:58,766 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.140s 2025-02-19 08:12:58,767 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfb8b28b-2b3c-41eb-b07e-154d9c147e33', 'x-compute-request-id': 'req-cfb8b28b-2b3c-41eb-b07e-154d9c147e33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:12:59,947 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.164s 2025-02-19 08:12:59,947 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:12:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd04dfda-6192-4368-a90a-fb57f9407148', 'x-compute-request-id': 'req-fd04dfda-6192-4368-a90a-fb57f9407148', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:01,106 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.144s 2025-02-19 08:13:01,107 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-799c8b26-8862-49e9-b714-b6f40f259bfa', 'x-compute-request-id': 'req-799c8b26-8862-49e9-b714-b6f40f259bfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:02,329 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.206s 2025-02-19 08:13:02,330 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6feb1fb-a07f-494e-83a7-f08253f07404', 'x-compute-request-id': 'req-f6feb1fb-a07f-494e-83a7-f08253f07404', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:03,544 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.198s 2025-02-19 08:13:03,544 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fad9a55-df84-4617-a469-e9317b229673', 'x-compute-request-id': 'req-7fad9a55-df84-4617-a469-e9317b229673', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:04,724 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.163s 2025-02-19 08:13:04,724 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ef46d91-3d92-4e9d-b831-02d0f1fccec3', 'x-compute-request-id': 'req-0ef46d91-3d92-4e9d-b831-02d0f1fccec3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:05,874 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.134s 2025-02-19 08:13:05,874 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ac8e1fa-f5c3-435b-a09a-866ec24bd632', 'x-compute-request-id': 'req-5ac8e1fa-f5c3-435b-a09a-866ec24bd632', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:07,057 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.167s 2025-02-19 08:13:07,058 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d59c74bc-0477-4bfe-9ad3-eca777853f92', 'x-compute-request-id': 'req-d59c74bc-0477-4bfe-9ad3-eca777853f92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:08,233 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.159s 2025-02-19 08:13:08,233 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b1a407-4473-4068-b5db-bbb5254a9f47', 'x-compute-request-id': 'req-19b1a407-4473-4068-b5db-bbb5254a9f47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:09,459 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.209s 2025-02-19 08:13:09,459 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-182d54e0-357d-4a0f-a117-247fe0833ea7', 'x-compute-request-id': 'req-182d54e0-357d-4a0f-a117-247fe0833ea7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:10,625 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.147s 2025-02-19 08:13:10,626 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c71b58bf-3455-4b83-a888-a78a0866f7c3', 'x-compute-request-id': 'req-c71b58bf-3455-4b83-a888-a78a0866f7c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:11,836 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.195s 2025-02-19 08:13:11,837 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88199ca8-4f72-4577-bad7-d881361d86d5', 'x-compute-request-id': 'req-88199ca8-4f72-4577-bad7-d881361d86d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:13,017 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.164s 2025-02-19 08:13:13,018 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf24171c-bf1a-4e61-a80b-c3efe8b4f95b', 'x-compute-request-id': 'req-cf24171c-bf1a-4e61-a80b-c3efe8b4f95b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:14,172 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.138s 2025-02-19 08:13:14,173 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e8f8224-13ce-4a48-ac5a-8d0bc87dc2b4', 'x-compute-request-id': 'req-5e8f8224-13ce-4a48-ac5a-8d0bc87dc2b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:15,377 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.188s 2025-02-19 08:13:15,377 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-792e2ce6-43c4-477f-aa1e-505c74a1dcae', 'x-compute-request-id': 'req-792e2ce6-43c4-477f-aa1e-505c74a1dcae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:16,541 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.148s 2025-02-19 08:13:16,541 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38a4dbf1-8b43-438d-9da5-aa8e13551a0c', 'x-compute-request-id': 'req-38a4dbf1-8b43-438d-9da5-aa8e13551a0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:17,747 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.189s 2025-02-19 08:13:17,747 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14afbe92-eeb6-4809-9cf8-094ab9fb2964', 'x-compute-request-id': 'req-14afbe92-eeb6-4809-9cf8-094ab9fb2964', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:18,920 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.156s 2025-02-19 08:13:18,920 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c96b5d-86c2-4d9c-844b-66be70fe3e9f', 'x-compute-request-id': 'req-c8c96b5d-86c2-4d9c-844b-66be70fe3e9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:20,085 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.141s 2025-02-19 08:13:20,086 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bfefb37-cff7-4afa-a4a3-08805259b60a', 'x-compute-request-id': 'req-6bfefb37-cff7-4afa-a4a3-08805259b60a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:21,261 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.158s 2025-02-19 08:13:21,262 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e9215cf-c5bf-49cc-8fb7-4fe6012fb797', 'x-compute-request-id': 'req-5e9215cf-c5bf-49cc-8fb7-4fe6012fb797', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:22,497 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.221s 2025-02-19 08:13:22,498 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6b2eed-6e77-4959-ba76-ecc72f22f8f6', 'x-compute-request-id': 'req-1c6b2eed-6e77-4959-ba76-ecc72f22f8f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:23,682 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.169s 2025-02-19 08:13:23,682 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-431e5106-258d-4775-ad32-3824df1035b5', 'x-compute-request-id': 'req-431e5106-258d-4775-ad32-3824df1035b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ACTIVE", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:12:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:24,856 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0 0.156s 2025-02-19 08:13:24,856 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1443', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4195888e-ca61-4a81-8bae-514a3b2ad7eb', 'x-compute-request-id': 'req-4195888e-ca61-4a81-8bae-514a3b2ad7eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0'} Body: b'{"server": {"id": "46079b36-5784-4741-8775-7f559bc28ff0", "name": "tempest-ImagesTestJSON-server-1260702768", "status": "ERROR", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "f0251bd7-2154-42d9-a2e4-6b995015f5c9", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:10:40Z", "updated": "2025-02-19T08:13:24Z", "addresses": {"tempest-ImagesTestJSON-1270989762-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:1c:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/46079b36-5784-4741-8775-7f559bc28ff0"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/46079b36-5784-4741-8775-7f559bc28ff0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:12:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:24,871 88072 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/deleting" after 62 second wait 2025-02-19 08:13:25,375 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9 0.503s 2025-02-19 08:13:25,376 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0bb75db-3e80-4f24-83cf-7b81d2d1ed54', 'x-compute-request-id': 'req-b0bb75db-3e80-4f24-83cf-7b81d2d1ed54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/images/f0251bd7-2154-42d9-a2e4-6b995015f5c9'} Body: b'' 2025-02-19 08:13:25,482 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63 0.106s 2025-02-19 08:13:25,483 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e515691-b969-4a5c-b9c0-1393231b8958', 'x-compute-request-id': 'req-4e515691-b969-4a5c-b9c0-1393231b8958', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/54eadea8-a85f-4966-ac3d-df5bc163aa63'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 183, in test_create_server_from_snapshot waiters.wait_for_server_termination(self.servers_client, server2['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination raise lib_exc.DeleteErrorException(details, server_id=server_id) tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 46079b36-5784-4741-8775-7f559bc28ff0 failed to delete and is in ERROR status. |
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
fail
ft85.5: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:13:25,619 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.090s 2025-02-19 08:13:25,620 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2952', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ebabbb63-3f89-475b-aae7-ec76db579276', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a8ddd6c9381748da9d09f51af2fd9e18", "name": "tempest-ImagesTestJSON-51046010-project-member", "password_expires_at": null}, "audit_ids": ["J8ovAaRcTkyBX_LAqWf-BQ"], "expires_at": "2025-02-19T09:13:25.000000Z", "issued_at": "2025-02-19T08:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "817a7c9bc91746de8b1046482d839e4d", "name": "tempest-ImagesTestJSON-51046010"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_817a7c9bc91746de8b1046482d839e4d", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:13:25,620 88072 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '967d92c1-d113-4d6f-bff6-c25f2350ce7e', 'name': 'tempest-ImagesTestJSON-1270989762-network', 'tenant_id': '817a7c9bc91746de8b1046482d839e4d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '817a7c9bc91746de8b1046482d839e4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23683, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:06:26Z', 'updated_at': '2025-02-19T08:06:26Z', 'revision_number': 1} available for tenant 2025-02-19 08:13:26,084 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 202 POST https://10.209.35.117/compute/v2.1/servers 0.463s 2025-02-19 08:13:26,085 88072 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-1379802126", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "967d92c1-d113-4d6f-bff6-c25f2350ce7e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-429525fe-3ead-4f5b-b0ec-f600605392f0', 'x-compute-request-id': 'req-429525fe-3ead-4f5b-b0ec-f600605392f0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cgca76FQuN47"}}' 2025-02-19 08:13:26,294 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.206s 2025-02-19 08:13:26,295 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1647dec4-b9b7-45b8-8d90-343d68d2741c', 'x-compute-request-id': 'req-1647dec4-b9b7-45b8-8d90-343d68d2741c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "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": []}}' 2025-02-19 08:13:27,482 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.170s 2025-02-19 08:13:27,483 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d205a8c-be11-4825-a917-32effb5b3cff', 'x-compute-request-id': 'req-0d205a8c-be11-4825-a917-32effb5b3cff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:27,503 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2025-02-19 08:13:28,610 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.105s 2025-02-19 08:13:28,611 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba2a25d-836c-445d-8dcf-fc804bced4ce', 'x-compute-request-id': 'req-1ba2a25d-836c-445d-8dcf-fc804bced4ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:29,712 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.085s 2025-02-19 08:13:29,712 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4df986c4-07f8-45c4-95e6-54a30ccb48f3', 'x-compute-request-id': 'req-4df986c4-07f8-45c4-95e6-54a30ccb48f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:30,814 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.084s 2025-02-19 08:13:30,814 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ca9382d4-2ac3-4de5-8264-add79d1509dc', 'x-compute-request-id': 'req-ca9382d4-2ac3-4de5-8264-add79d1509dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:31,929 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.098s 2025-02-19 08:13:31,929 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c81e76da-41ca-44ef-bee1-c1958b62802b', 'x-compute-request-id': 'req-c81e76da-41ca-44ef-bee1-c1958b62802b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:31,947 88072 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2025-02-19 08:13:33,188 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.240s 2025-02-19 08:13:33,189 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6e496173-45fd-4825-a0af-a25d865d3887', 'x-compute-request-id': 'req-6e496173-45fd-4825-a0af-a25d865d3887', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": []}}' 2025-02-19 08:13:33,205 88072 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait 2025-02-19 08:13:34,385 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.178s 2025-02-19 08:13:34,385 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797329a4-3722-4c28-b1c8-9970d6abcf7b', 'x-compute-request-id': 'req-797329a4-3722-4c28-b1c8-9970d6abcf7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:34,400 88072 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2025-02-19 08:13:35,589 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.188s 2025-02-19 08:13:35,589 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb774b65-2bf6-46ee-b1b6-cab2c430ff67', 'x-compute-request-id': 'req-fb774b65-2bf6-46ee-b1b6-cab2c430ff67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:36,762 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.157s 2025-02-19 08:13:36,762 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d940961-5c17-49b4-a7d3-311a256c08a8', 'x-compute-request-id': 'req-7d940961-5c17-49b4-a7d3-311a256c08a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:37,945 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.164s 2025-02-19 08:13:37,945 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95515d7e-8517-4f9a-a82e-1781d5331a6f', 'x-compute-request-id': 'req-95515d7e-8517-4f9a-a82e-1781d5331a6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:39,116 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.153s 2025-02-19 08:13:39,117 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74c3b92e-a660-437e-9f4a-7ecdebcc35f0', 'x-compute-request-id': 'req-74c3b92e-a660-437e-9f4a-7ecdebcc35f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:40,389 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.255s 2025-02-19 08:13:40,389 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3de08c42-fb15-4f15-bc80-587240ab8b40', 'x-compute-request-id': 'req-3de08c42-fb15-4f15-bc80-587240ab8b40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:41,615 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.210s 2025-02-19 08:13:41,616 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7f48480-07f7-4557-a325-0852f3bff6df', 'x-compute-request-id': 'req-e7f48480-07f7-4557-a325-0852f3bff6df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:42,831 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.196s 2025-02-19 08:13:42,831 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd6a2677-462b-4e01-9553-3fcaffcf85fe', 'x-compute-request-id': 'req-fd6a2677-462b-4e01-9553-3fcaffcf85fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:44,063 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.216s 2025-02-19 08:13:44,064 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-129abc54-c2a5-40e7-95f7-5e4bbe65647e', 'x-compute-request-id': 'req-129abc54-c2a5-40e7-95f7-5e4bbe65647e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:45,232 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.151s 2025-02-19 08:13:45,233 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdeadae4-e7a2-45d2-a249-213df29e0460', 'x-compute-request-id': 'req-bdeadae4-e7a2-45d2-a249-213df29e0460', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:46,445 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.198s 2025-02-19 08:13:46,446 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ef1babc-e162-4660-a145-4fceff1434a0', 'x-compute-request-id': 'req-1ef1babc-e162-4660-a145-4fceff1434a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:47,664 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.201s 2025-02-19 08:13:47,664 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bc0f832-b1f4-4672-ae72-f8dd93936c06', 'x-compute-request-id': 'req-0bc0f832-b1f4-4672-ae72-f8dd93936c06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:48,841 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.154s 2025-02-19 08:13:48,841 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d272cd-64ad-43d9-a597-6c1675e47950', 'x-compute-request-id': 'req-02d272cd-64ad-43d9-a597-6c1675e47950', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:50,059 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.202s 2025-02-19 08:13:50,060 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7533c2b9-344e-41d1-89cc-6a16ba262275', 'x-compute-request-id': 'req-7533c2b9-344e-41d1-89cc-6a16ba262275', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:51,232 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.156s 2025-02-19 08:13:51,233 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8676688-1bb8-48eb-a254-1bfdda165616', 'x-compute-request-id': 'req-c8676688-1bb8-48eb-a254-1bfdda165616', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:13:52,337 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.088s 2025-02-19 08:13:52,338 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab9f14de-832a-42f3-8100-6704a265ef02', 'x-compute-request-id': 'req-ab9f14de-832a-42f3-8100-6704a265ef02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:53,452 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.096s 2025-02-19 08:13:53,453 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76faf496-cbff-4e19-930f-295f1686d1ac', 'x-compute-request-id': 'req-76faf496-cbff-4e19-930f-295f1686d1ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:54,573 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.102s 2025-02-19 08:13:54,574 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9c1ef8b-a765-4d03-bcf8-c473883162b7', 'x-compute-request-id': 'req-d9c1ef8b-a765-4d03-bcf8-c473883162b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:55,674 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.083s 2025-02-19 08:13:55,675 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-038cf498-7a70-4c17-b96d-f46aa2ee5d7d', 'x-compute-request-id': 'req-038cf498-7a70-4c17-b96d-f46aa2ee5d7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:56,772 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.081s 2025-02-19 08:13:56,772 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7804e72e-8848-40de-b3ac-b4015f3c3325', 'x-compute-request-id': 'req-7804e72e-8848-40de-b3ac-b4015f3c3325', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:57,871 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.083s 2025-02-19 08:13:57,871 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86fb4a08-92ba-45f8-940b-0efb77b7080d', 'x-compute-request-id': 'req-86fb4a08-92ba-45f8-940b-0efb77b7080d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:13:58,978 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.089s 2025-02-19 08:13:58,978 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:13:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c6aaf81-9988-40bc-8ea6-0b9b35de40a2', 'x-compute-request-id': 'req-9c6aaf81-9988-40bc-8ea6-0b9b35de40a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:00,175 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.181s 2025-02-19 08:14:00,176 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a496e3ae-4ff9-4765-943a-66b8ed4b6357', 'x-compute-request-id': 'req-a496e3ae-4ff9-4765-943a-66b8ed4b6357', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:01,358 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.165s 2025-02-19 08:14:01,359 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaabe3b5-8a50-4e27-acfe-365b5b4828f8', 'x-compute-request-id': 'req-eaabe3b5-8a50-4e27-acfe-365b5b4828f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:02,550 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.175s 2025-02-19 08:14:02,551 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ba394f-9877-4bd6-976b-4a06c4b2aeac', 'x-compute-request-id': 'req-53ba394f-9877-4bd6-976b-4a06c4b2aeac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:03,733 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.165s 2025-02-19 08:14:03,734 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8baa729d-80a3-4430-9411-4d54cc1bef78', 'x-compute-request-id': 'req-8baa729d-80a3-4430-9411-4d54cc1bef78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:04,940 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.189s 2025-02-19 08:14:04,940 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b7cd817-f51b-4379-ba74-9ee86ac3f09f', 'x-compute-request-id': 'req-5b7cd817-f51b-4379-ba74-9ee86ac3f09f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:06,094 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.137s 2025-02-19 08:14:06,094 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b71e3e-d448-41f5-9668-26a3a344d7ce', 'x-compute-request-id': 'req-19b71e3e-d448-41f5-9668-26a3a344d7ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:07,273 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.163s 2025-02-19 08:14:07,273 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da3a66a4-819c-4b10-90ac-650424175b93', 'x-compute-request-id': 'req-da3a66a4-819c-4b10-90ac-650424175b93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:08,474 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.184s 2025-02-19 08:14:08,475 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52529b93-b2f9-49b9-9a21-9e24a4f0b880', 'x-compute-request-id': 'req-52529b93-b2f9-49b9-9a21-9e24a4f0b880', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:09,634 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.143s 2025-02-19 08:14:09,635 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a188131a-94e2-4301-89c8-dfa9c10add22', 'x-compute-request-id': 'req-a188131a-94e2-4301-89c8-dfa9c10add22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:10,843 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.192s 2025-02-19 08:14:10,844 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1f7bdd-b58d-4432-9911-2c1f7412f530', 'x-compute-request-id': 'req-6c1f7bdd-b58d-4432-9911-2c1f7412f530', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:12,010 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.149s 2025-02-19 08:14:12,010 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f512c8a-ac2b-421a-8936-554e8fbc892a', 'x-compute-request-id': 'req-8f512c8a-ac2b-421a-8936-554e8fbc892a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:13,184 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.157s 2025-02-19 08:14:13,184 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d296fa3-53d7-48a1-8da9-54ede608375f', 'x-compute-request-id': 'req-9d296fa3-53d7-48a1-8da9-54ede608375f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:14,341 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.141s 2025-02-19 08:14:14,342 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-995afb63-e1fe-4ce1-a99b-96f76f2492e9', 'x-compute-request-id': 'req-995afb63-e1fe-4ce1-a99b-96f76f2492e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:15,515 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.157s 2025-02-19 08:14:15,515 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef098c01-50da-4581-a4ac-a33fac0bf4eb', 'x-compute-request-id': 'req-ef098c01-50da-4581-a4ac-a33fac0bf4eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:16,703 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.172s 2025-02-19 08:14:16,703 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95ff7965-7754-4dd3-a59d-a01ee8502670', 'x-compute-request-id': 'req-95ff7965-7754-4dd3-a59d-a01ee8502670', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:17,884 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.166s 2025-02-19 08:14:17,884 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dff47a37-e940-47b4-8629-727c672ec691', 'x-compute-request-id': 'req-dff47a37-e940-47b4-8629-727c672ec691', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:19,099 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.198s 2025-02-19 08:14:19,099 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecfe0369-e8e6-4457-a4d0-ad8a32e38b3c', 'x-compute-request-id': 'req-ecfe0369-e8e6-4457-a4d0-ad8a32e38b3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:20,272 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.157s 2025-02-19 08:14:20,272 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed87671-ed1f-418f-a19f-75b129774636', 'x-compute-request-id': 'req-fed87671-ed1f-418f-a19f-75b129774636', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:21,442 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.154s 2025-02-19 08:14:21,442 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e4ab6f4-cb93-453e-a280-92251d2964d8', 'x-compute-request-id': 'req-5e4ab6f4-cb93-453e-a280-92251d2964d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:22,648 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.190s 2025-02-19 08:14:22,649 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5386e95-6862-47ec-962a-c3aae4388c3f', 'x-compute-request-id': 'req-d5386e95-6862-47ec-962a-c3aae4388c3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:23,831 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.165s 2025-02-19 08:14:23,831 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45861c83-0e65-48e6-8779-5c63aab965bf', 'x-compute-request-id': 'req-45861c83-0e65-48e6-8779-5c63aab965bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:25,008 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.160s 2025-02-19 08:14:25,008 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e4d45f5-ae95-4bbc-aed4-5b2f534154c2', 'x-compute-request-id': 'req-5e4d45f5-ae95-4bbc-aed4-5b2f534154c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:26,183 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.158s 2025-02-19 08:14:26,183 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078c517c-8656-472f-aad8-6ab79a7a51ce', 'x-compute-request-id': 'req-078c517c-8656-472f-aad8-6ab79a7a51ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:27,486 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.287s 2025-02-19 08:14:27,486 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4545c24e-ff22-4c67-8200-08168c062f1d', 'x-compute-request-id': 'req-4545c24e-ff22-4c67-8200-08168c062f1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:28,648 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.146s 2025-02-19 08:14:28,648 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6971a552-c6e6-4dae-bed7-c7321caf09e5', 'x-compute-request-id': 'req-6971a552-c6e6-4dae-bed7-c7321caf09e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:29,884 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.220s 2025-02-19 08:14:29,885 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b3a3e63-fa98-4a80-b577-e6e99e8b8143', 'x-compute-request-id': 'req-3b3a3e63-fa98-4a80-b577-e6e99e8b8143', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:31,057 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.156s 2025-02-19 08:14:31,057 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab18b2a3-c4d7-4855-a4ca-b215dcd4960b', 'x-compute-request-id': 'req-ab18b2a3-c4d7-4855-a4ca-b215dcd4960b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:32,226 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.153s 2025-02-19 08:14:32,227 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5323c04a-5770-4445-8e15-e6ee6051457d', 'x-compute-request-id': 'req-5323c04a-5770-4445-8e15-e6ee6051457d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:33,436 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.191s 2025-02-19 08:14:33,436 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97b0dfb5-28b2-471b-8252-2efbe7c60c2a', 'x-compute-request-id': 'req-97b0dfb5-28b2-471b-8252-2efbe7c60c2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:34,595 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.143s 2025-02-19 08:14:34,595 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d4d26ed-9b66-4b04-a199-017776785e54', 'x-compute-request-id': 'req-8d4d26ed-9b66-4b04-a199-017776785e54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:35,808 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.197s 2025-02-19 08:14:35,809 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cb85f2f-4718-4c8b-a4a2-c0a3e5d4c85d', 'x-compute-request-id': 'req-2cb85f2f-4718-4c8b-a4a2-c0a3e5d4c85d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:37,010 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.185s 2025-02-19 08:14:37,011 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f16b26c-6d9f-4783-bef0-a2052ecaa434', 'x-compute-request-id': 'req-8f16b26c-6d9f-4783-bef0-a2052ecaa434', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:38,151 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.123s 2025-02-19 08:14:38,151 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbb0b956-db37-4875-bd37-21507bb03766', 'x-compute-request-id': 'req-fbb0b956-db37-4875-bd37-21507bb03766', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:39,309 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.141s 2025-02-19 08:14:39,309 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76804d9c-1c16-4b2e-81cb-242114707abb', 'x-compute-request-id': 'req-76804d9c-1c16-4b2e-81cb-242114707abb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:40,558 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.233s 2025-02-19 08:14:40,559 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6d72463-43b5-4e11-8696-0c40fd818f6a', 'x-compute-request-id': 'req-a6d72463-43b5-4e11-8696-0c40fd818f6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:41,785 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.210s 2025-02-19 08:14:41,785 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eae51bc0-346b-4a05-8ee4-199ea4e42dc0', 'x-compute-request-id': 'req-eae51bc0-346b-4a05-8ee4-199ea4e42dc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:42,961 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.156s 2025-02-19 08:14:42,961 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26efd434-fdd5-4a56-9e73-7c6b60b13083', 'x-compute-request-id': 'req-26efd434-fdd5-4a56-9e73-7c6b60b13083', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:44,174 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.197s 2025-02-19 08:14:44,174 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d18fa145-56ca-4129-8bbc-f55092a224c9', 'x-compute-request-id': 'req-d18fa145-56ca-4129-8bbc-f55092a224c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:45,336 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.146s 2025-02-19 08:14:45,337 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882dd5a3-3eee-4e43-a6a5-3f175d8d208c', 'x-compute-request-id': 'req-882dd5a3-3eee-4e43-a6a5-3f175d8d208c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:46,511 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.155s 2025-02-19 08:14:46,511 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6b1abc-5348-4d36-8e27-e23cca216c10', 'x-compute-request-id': 'req-6c6b1abc-5348-4d36-8e27-e23cca216c10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:47,771 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.243s 2025-02-19 08:14:47,771 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59b176a8-35b3-407d-9138-3b7d90760027', 'x-compute-request-id': 'req-59b176a8-35b3-407d-9138-3b7d90760027', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:49,110 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.324s 2025-02-19 08:14:49,111 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b397d09-20f9-4a99-9aad-b446a7cfca96', 'x-compute-request-id': 'req-3b397d09-20f9-4a99-9aad-b446a7cfca96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:50,219 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.093s 2025-02-19 08:14:50,220 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ffebfb7-dbf5-46e4-b37d-0f5e5d12f204', 'x-compute-request-id': 'req-2ffebfb7-dbf5-46e4-b37d-0f5e5d12f204', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "2859cb0965a819b47e995bb81d60f24b8c08078c66b472b652ca7265", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:51,321 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.085s 2025-02-19 08:14:51,321 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db26802e-d9d0-4ae9-9b82-251f8dda46af', 'x-compute-request-id': 'req-db26802e-d9d0-4ae9-9b82-251f8dda46af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:52,433 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.096s 2025-02-19 08:14:52,433 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d57035-1952-4657-bcf5-9f746585f4e6', 'x-compute-request-id': 'req-24d57035-1952-4657-bcf5-9f746585f4e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:53,533 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.083s 2025-02-19 08:14:53,533 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cf43faf-85c7-4855-bf0d-d98ebc01547a', 'x-compute-request-id': 'req-9cf43faf-85c7-4855-bf0d-d98ebc01547a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:54,646 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.097s 2025-02-19 08:14:54,646 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61aca741-f903-46bd-a45f-e7ab91e2f181', 'x-compute-request-id': 'req-61aca741-f903-46bd-a45f-e7ab91e2f181', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:14:55,768 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.106s 2025-02-19 08:14:55,768 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7881f769-e4a4-4474-8e3a-86aa013f04a4', 'x-compute-request-id': 'req-7881f769-e4a4-4474-8e3a-86aa013f04a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "BUILD", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "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": []}}' 2025-02-19 08:14:55,783 88072 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 89 second wait 2025-02-19 08:14:56,885 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.100s 2025-02-19 08:14:56,886 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb574da1-1124-47d2-aaa4-36c57a8d0351', 'x-compute-request-id': 'req-cb574da1-1124-47d2-aaa4-36c57a8d0351', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"server": {"id": "701b51a2-5ac8-44ca-b1cf-a355dd292fcc", "name": "tempest-ImagesTestJSON-server-1379802126", "status": "ERROR", "tenant_id": "817a7c9bc91746de8b1046482d839e4d", "user_id": "a8ddd6c9381748da9d09f51af2fd9e18", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:13:26Z", "updated": "2025-02-19T08:14:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-02-19T08:14:55Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 701b51a2-5ac8-44ca-b1cf-a355dd292fcc."}, "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": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:14:56,900 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 90 second wait 2025-02-19 08:14:57,231 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 204 DELETE https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.331s 2025-02-19 08:14:57,232 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-184ee7c8-ed02-44d3-a8a6-8246318e537b', 'x-compute-request-id': 'req-184ee7c8-ed02-44d3-a8a6-8246318e537b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'' 2025-02-19 08:14:57,267 88072 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 404 GET https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc 0.034s 2025-02-19 08:14:57,267 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:14:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cb040134-3852-45ed-ad6c-7bc52f849a7e', 'x-compute-request-id': 'req-cb040134-3852-45ed-ad6c-7bc52f849a7e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/701b51a2-5ac8-44ca-b1cf-a355dd292fcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 701b51a2-5ac8-44ca-b1cf-a355dd292fcc could not be found."}}' }}} 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 701b51a2-5ac8-44ca-b1cf-a355dd292fcc failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-02-19T08:14:55Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 701b51a2-5ac8-44ca-b1cf-a355dd292fcc.'}. Request ID of server operation performed before checking the server status req-429525fe-3ead-4f5b-b0ec-f600605392f0. |
||||||
tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON | 3 | 1 | 2 | 0 | 0 | Detail | |
test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network] |
pass
pt86.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network] |
||||||
test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network] |
fail
ft86.2: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:18:19,606 88075 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-02-19 08:18:19,606 88075 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-02-19 08:18:19,656 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.209.35.117/compute/v2.1/os-keypairs 0.048s 2025-02-19 08:18:19,656 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1414071701", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjt+ld/pLYTTnbPuDfjBKyazmguqghjxAntYzuBpxaOeBqFn3M/nW2k6pTqqIploGFUXIxTQ/OujJreLpkb5/YRzFWxEwrnw6ukTC95TKXan/OFLA9QkX5y2yoJyRPaxg=="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:18:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-04248565-900f-4811-ba2a-b3c4e1b83393', 'x-compute-request-id': 'req-04248565-900f-4811-ba2a-b3c4e1b83393', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1414071701", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjt+ld/pLYTTnbPuDfjBKyazmguqghjxAntYzuBpxaOeBqFn3M/nW2k6pTqqIploGFUXIxTQ/OujJreLpkb5/YRzFWxEwrnw6ukTC95TKXan/OFLA9QkX5y2yoJyRPaxg==", "fingerprint": "ac:93:82:9a:0e:ee:6a:55:ee:36:b7:3b:6c:8e:d0:4b", "user_id": "c5be48296fe14b4f96195bfb85f32422"}}' 2025-02-19 08:18:19,659 88075 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1414071701 created 2025-02-19 08:18:29,990 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 10.331s 2025-02-19 08:18:29,991 88075 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--1407441984", "description": "tempest-description--1768621131"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:18:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-5d9056d7-6ac2-49d0-9420-e5324d459be0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "name": "tempest-securitygroup--1407441984", "stateful": true, "tenant_id": "7db2768e322d4135aa5265c4b3608821", "description": "tempest-description--1768621131", "shared": false, "security_group_rules": [{"id": "8a47d56b-6945-4ca8-98d8-c225751fc340", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "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": 332, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:18:19Z", "updated_at": "2025-02-19T08:18:19Z", "revision_number": 0}, {"id": "d72fc57d-6481-4a6f-a8c1-9a4e9ac8f498", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "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": 331, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:18:19Z", "updated_at": "2025-02-19T08:18:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T08:18:19Z", "updated_at": "2025-02-19T08:18:19Z", "revision_number": 1, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:18:32,454 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 2.463s 2025-02-19 08:18:32,455 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:18:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fd049e76-4a3f-4b03-8319-ab1498908120', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a7eafec-b8d2-47ed-87fd-ae37802f1780", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T08:18:30Z", "updated_at": "2025-02-19T08:18:30Z", "revision_number": 0}}' 2025-02-19 08:19:32,524 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 502 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 60.068s 2025-02-19 08:19:32,524 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ae1f04b-6b16-4286-a929-317fbab555d9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:18:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:19:32,525 88075 DEBUG [tempest.lib.common.validation_resources] Error while provisioning security group rules in security group Unexpected content type provided Details: 502. Trying to cleanup. 2025-02-19 08:19:33,192 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/8ae1f04b-6b16-4286-a929-317fbab555d9 0.667s 2025-02-19 08:19:33,193 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-7eb1f99b-ae6a-4dd5-bb3c-50f9b80c4768', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/8ae1f04b-6b16-4286-a929-317fbab555d9'} Body: b'' 2025-02-19 08:19:33,227 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 404 GET https://10.209.35.117:9696/networking/v2.0/security-groups/8ae1f04b-6b16-4286-a929-317fbab555d9 0.034s 2025-02-19 08:19:33,227 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-67237bd9-01bc-44eb-91f2-f36d7da21388', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/8ae1f04b-6b16-4286-a929-317fbab555d9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8ae1f04b-6b16-4286-a929-317fbab555d9 does not exist", "detail": ""}}' 2025-02-19 08:19:33,228 88075 DEBUG [tempest.lib.common.validation_resources] Error while provisioning validation resources Unexpected content type provided Details: 502. Trying to cleanup what we provisioned so far: {'keypair': {'name': 'tempest-keypair-1414071701', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjt+ld/pLYTTnbPuDfjBKyazmguqghjxAntYzuBpxaOeBqFn3M/nW2k6pTqqIploGFUXIxTQ/OujJreLpkb5/YRzFWxEwrnw6ukTC95TKXan/OFLA9QkX5y2yoJyRPaxg==', 'fingerprint': 'ac:93:82:9a:0e:ee:6a:55:ee:36:b7:3b:6c:8e:d0:4b', 'user_id': 'c5be48296fe14b4f96195bfb85f32422', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAhLyYwJfA5QWc7q0k5+AOOsORqyNAw5uv/5EaN3YqL9z/sStixGYhl\nqu4LW1plLq6gBwYFK4EEACKhZANiAATI7fpXf6S2E052z7g34wSsms5oLqoIY8QJ\n7WM7gacWjngahZ9zP51tpOqU6qiKZaBhVFyMU0Pzroya3i6ZG+f2EcxVsRMK58Or\npEwveUyl2p/zhSwPUJF+ctsqCckT2sY=\n-----END EC PRIVATE KEY-----\n'}} 2025-02-19 08:19:33,260 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 202 DELETE https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-1414071701 0.031s 2025-02-19 08:19:33,260 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ca9fc055-b935-4a3d-946b-b229da2f5289', 'x-compute-request-id': 'req-ca9fc055-b935-4a3d-946b-b229da2f5289', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-1414071701'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/fixtures/fixture.py", line 196, in setUp self._setUp() File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 438, in _setUp self._validation_resources = create_validation_resources( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources LOG.exception(msg, prov_exc, cleanup_exc) File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 196, in create_validation_resources validation_data['security_group'] = create_ssh_security_group( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 119, in create_ssh_security_group LOG.exception(msg, sgc_exc, cleanup_exc) File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 87, in create_ssh_security_group security_group_rules_client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/fixtures/fixture.py", line 207, in setUp raise SetupError(details) fixtures.fixture.SetupError: {} }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/fixtures/fixture.py", line 196, in setUp self._setUp() File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 438, in _setUp self._validation_resources = create_validation_resources( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources LOG.exception(msg, prov_exc, cleanup_exc) File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 196, in create_validation_resources validation_data['security_group'] = create_ssh_security_group( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 119, in create_ssh_security_group LOG.exception(msg, sgc_exc, cleanup_exc) File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 87, in create_ssh_security_group security_group_rules_client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4] |
fail
ft86.3: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:19:33,365 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.091s 2025-02-19 08:19:33,366 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2976', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a44c7c3-07fc-4d38-9c6c-5f80932f1731', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5be48296fe14b4f96195bfb85f32422", "name": "tempest-AttachInterfacesTestJSON-1867792419-project-member", "password_expires_at": null}, "audit_ids": ["mnfjA6lQRUK5hszAQHIFYg"], "expires_at": "2025-02-19T09:19:33.000000Z", "issued_at": "2025-02-19T08:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7db2768e322d4135aa5265c4b3608821", "name": "tempest-AttachInterfacesTestJSON-1867792419"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/7db2768e322d4135aa5265c4b3608821", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_7db2768e322d4135aa5265c4b3608821", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:19:33,366 88075 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_reassign_port_between_servers) Found network {'id': 'b32cf9ed-51ba-40e0-9886-562c541ddcb2', 'name': 'tempest-AttachInterfacesTestJSON-1953410808-network', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7db2768e322d4135aa5265c4b3608821', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39257, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:14:47Z', 'updated_at': '2025-02-19T08:14:47Z', 'revision_number': 1} available for tenant 2025-02-19 08:19:33,367 88075 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-02-19 08:19:33,367 88075 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-02-19 08:19:33,413 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.209.35.117/compute/v2.1/os-keypairs 0.045s 2025-02-19 08:19:33,414 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-124093596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCR0PJUJSVsEVwgIq84hRD8GTx0omk3XpXYcokRdilj7Ij5CCJYyUS1n+L/6QP5ugvOi14RLmhrilX/cOKi0kH4204ThVRw2POtelnM4Bz8AnKXqi2f3DyXRYV1f6q3OJA=="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e4ab090e-957a-4022-903e-5f7cac3150b1', 'x-compute-request-id': 'req-e4ab090e-957a-4022-903e-5f7cac3150b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-124093596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCR0PJUJSVsEVwgIq84hRD8GTx0omk3XpXYcokRdilj7Ij5CCJYyUS1n+L/6QP5ugvOi14RLmhrilX/cOKi0kH4204ThVRw2POtelnM4Bz8AnKXqi2f3DyXRYV1f6q3OJA==", "fingerprint": "0a:d2:ff:d3:c6:c0:da:12:96:ae:19:e6:21:03:53:0e", "user_id": "c5be48296fe14b4f96195bfb85f32422"}}' 2025-02-19 08:19:33,416 88075 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-124093596 created 2025-02-19 08:19:33,765 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.349s 2025-02-19 08:19:33,766 88075 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--1944248300", "description": "tempest-description--1901880363"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-f711b251-37c9-46fe-8b0c-38fc6c03e163', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "name": "tempest-securitygroup--1944248300", "stateful": true, "tenant_id": "7db2768e322d4135aa5265c4b3608821", "description": "tempest-description--1901880363", "shared": false, "security_group_rules": [{"id": "53667c84-6fc3-4e2f-a037-d4e51c5ec0af", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "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": 345, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:19:33Z", "updated_at": "2025-02-19T08:19:33Z", "revision_number": 0}, {"id": "ee8ba190-0b86-4cf0-a882-f882743081ad", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "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": 346, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:19:33Z", "updated_at": "2025-02-19T08:19:33Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T08:19:33Z", "updated_at": "2025-02-19T08:19:33Z", "revision_number": 1, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:19:34,068 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.301s 2025-02-19 08:19:34,069 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1ace2c6e-60b7-415c-b300-e9f48aa679dd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8711c9a6-7f81-410c-b807-8dafcb2100ab", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T08:19:33Z", "updated_at": "2025-02-19T08:19:33Z", "revision_number": 0}}' 2025-02-19 08:19:34,369 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.300s 2025-02-19 08:19:34,370 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-af1ed113-b9f8-47cf-8992-f998e3d7202e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97091e30-629c-4916-8b6b-8ee8f562fb83", "project_id": "7db2768e322d4135aa5265c4b3608821", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "security_group_id": "f925a5e4-ea43-4071-9f9e-c87b747f6221", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:19:34Z", "revision_number": 0}}' 2025-02-19 08:19:34,370 88075 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1944248300 created 2025-02-19 08:19:35,618 88075 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/floatingips 1.247s 2025-02-19 08:19:35,618 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-fe12b2f4-3b5e-4729-a173-53fe7ccf988c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c0e9c2d-180f-4860-bda0-49b1d4d9e399", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "floating_ip_address": "172.24.5.96", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7db2768e322d4135aa5265c4b3608821", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:19:34Z", "revision_number": 0}}' 2025-02-19 08:19:35,619 88075 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c0e9c2d-180f-4860-bda0-49b1d4d9e399', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'floating_ip_address': '172.24.5.96', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:19:34Z', 'updated_at': '2025-02-19T08:19:34Z', 'revision_number': 0, 'ip': '172.24.5.96'} created 2025-02-19 08:19:35,619 88075 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-124093596', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCR0PJUJSVsEVwgIq84hRD8GTx0omk3XpXYcokRdilj7Ij5CCJYyUS1n+L/6QP5ugvOi14RLmhrilX/cOKi0kH4204ThVRw2POtelnM4Bz8AnKXqi2f3DyXRYV1f6q3OJA==', 'fingerprint': '0a:d2:ff:d3:c6:c0:da:12:96:ae:19:e6:21:03:53:0e', 'user_id': 'c5be48296fe14b4f96195bfb85f32422', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBrl8COo0Sxt7QQFSNVf6IPF2DLKkYmpR5gQukR6Xt/1K4XyFU7fzUh\nbfHvGXaVWYqgBwYFK4EEACKhZANiAAQkdDyVCUlbBFcICKvOIUQ/Bk8dKJpN16V2\nHKJEXYpY+yI+QgiWMlEtZ/i/+kD+boLzoteES5oa4pV/3DiotJB+NtOE4VUcNjzr\nXpZzOAc/AJyl6otn9w8l0WFdX+qtziQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', 'name': 'tempest-securitygroup--1944248300', 'stateful': True, 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'description': 'tempest-description--1901880363', 'shared': False, 'security_group_rules': [{'id': '53667c84-6fc3-4e2f-a037-d4e51c5ec0af', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'security_group_id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', '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': 345, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 0}, {'id': 'ee8ba190-0b86-4cf0-a882-f882743081ad', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'security_group_id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', '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': 346, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 1, 'project_id': '7db2768e322d4135aa5265c4b3608821'}, 'floating_ip': {'id': '5c0e9c2d-180f-4860-bda0-49b1d4d9e399', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'floating_ip_address': '172.24.5.96', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:19:34Z', 'updated_at': '2025-02-19T08:19:34Z', 'revision_number': 0, 'ip': '172.24.5.96'}} 2025-02-19 08:19:36,195 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 POST https://10.209.35.117/compute/v2.1/servers 0.576s 2025-02-19 08:19:36,196 88075 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-1072321189", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "b32cf9ed-51ba-40e0-9886-562c541ddcb2"}], "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "key_name": "tempest-keypair-124093596", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '412', 'location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d48511c-a457-4726-ad78-ed0980732ed0', 'x-compute-request-id': 'req-7d48511c-a457-4726-ad78-ed0980732ed0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "adminPass": "jU6WBGoh2uco"}}' 2025-02-19 08:19:36,411 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.211s 2025-02-19 08:19:36,411 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-437b1428-1777-4201-afe2-2edfb517378a', 'x-compute-request-id': 'req-437b1428-1777-4201-afe2-2edfb517378a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:37,554 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.127s 2025-02-19 08:19:37,555 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a22e064f-3a1a-475c-8e61-7ca5ed484f61', 'x-compute-request-id': 'req-a22e064f-3a1a-475c-8e61-7ca5ed484f61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:37,575 88075 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2025-02-19 08:19:38,666 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.090s 2025-02-19 08:19:38,667 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9854dc3b-b47c-4e1e-bb4f-4bfdd62c0453', 'x-compute-request-id': 'req-9854dc3b-b47c-4e1e-bb4f-4bfdd62c0453', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:39,761 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.079s 2025-02-19 08:19:39,762 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-225ed9a5-b29f-46df-9966-db0034a17068', 'x-compute-request-id': 'req-225ed9a5-b29f-46df-9966-db0034a17068', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:40,958 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.162s 2025-02-19 08:19:40,959 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c75ef39-7884-4c6a-b8eb-c52ad9c87071', 'x-compute-request-id': 'req-8c75ef39-7884-4c6a-b8eb-c52ad9c87071', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:42,060 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.086s 2025-02-19 08:19:42,061 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d9ba0ac-99c3-40b2-b874-51ecb9bfcd80', 'x-compute-request-id': 'req-2d9ba0ac-99c3-40b2-b874-51ecb9bfcd80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:43,158 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.081s 2025-02-19 08:19:43,158 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daa2f415-7cfe-4d84-8a80-77828c577ff9', 'x-compute-request-id': 'req-daa2f415-7cfe-4d84-8a80-77828c577ff9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:44,253 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.080s 2025-02-19 08:19:44,254 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bce1853-3a2e-4170-86e4-4216d150fe27', 'x-compute-request-id': 'req-7bce1853-3a2e-4170-86e4-4216d150fe27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:19:44,270 88075 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 8 second wait 2025-02-19 08:19:45,451 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.180s 2025-02-19 08:19:45,452 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1389', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09ea16f3-68be-4019-a086-14ed599d2f79', 'x-compute-request-id': 'req-09ea16f3-68be-4019-a086-14ed599d2f79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "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": []}}' 2025-02-19 08:19:45,467 88075 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 9 second wait 2025-02-19 08:19:46,630 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.161s 2025-02-19 08:19:46,630 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-550b7219-8f0b-4b65-b7d3-dd5adcf019ca', 'x-compute-request-id': 'req-550b7219-8f0b-4b65-b7d3-dd5adcf019ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:46,648 88075 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 10 second wait 2025-02-19 08:19:47,922 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.273s 2025-02-19 08:19:47,923 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee5d1b6-cf5f-44e2-aa0e-36d091320ab8', 'x-compute-request-id': 'req-cee5d1b6-cf5f-44e2-aa0e-36d091320ab8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:49,134 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.196s 2025-02-19 08:19:49,134 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd1befe6-4bd8-4f52-beea-c2162e733ed2', 'x-compute-request-id': 'req-bd1befe6-4bd8-4f52-beea-c2162e733ed2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:50,301 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.148s 2025-02-19 08:19:50,302 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca3777a-ac7c-4e4d-aeed-ff2b70777bdb', 'x-compute-request-id': 'req-3ca3777a-ac7c-4e4d-aeed-ff2b70777bdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:51,510 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.193s 2025-02-19 08:19:51,510 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac1ce871-b0f7-4019-8db2-86598146a37f', 'x-compute-request-id': 'req-ac1ce871-b0f7-4019-8db2-86598146a37f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:52,688 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.161s 2025-02-19 08:19:52,689 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afbb9a69-c34e-4ef4-9a27-150fef833ad2', 'x-compute-request-id': 'req-afbb9a69-c34e-4ef4-9a27-150fef833ad2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:54,184 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.479s 2025-02-19 08:19:54,184 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56793105-884e-466a-ac93-1187391e4e3c', 'x-compute-request-id': 'req-56793105-884e-466a-ac93-1187391e4e3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:55,380 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.179s 2025-02-19 08:19:55,380 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca777a5-83b6-43db-b69d-e5db7487c265', 'x-compute-request-id': 'req-4ca777a5-83b6-43db-b69d-e5db7487c265', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:56,666 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.267s 2025-02-19 08:19:56,666 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ef373c9-59c3-49d0-9d69-58d5fbc79c56', 'x-compute-request-id': 'req-5ef373c9-59c3-49d0-9d69-58d5fbc79c56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:57,852 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.168s 2025-02-19 08:19:57,852 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2116bff4-eedd-469d-9586-b9f94824e9ae', 'x-compute-request-id': 'req-2116bff4-eedd-469d-9586-b9f94824e9ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:19:59,035 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.168s 2025-02-19 08:19:59,036 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:19:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-779ee8c4-a74c-4ac2-b704-1f95377be564', 'x-compute-request-id': 'req-779ee8c4-a74c-4ac2-b704-1f95377be564', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:00,253 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.201s 2025-02-19 08:20:00,254 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280ef3fe-e75c-4d3a-9101-463058e6a1b5', 'x-compute-request-id': 'req-280ef3fe-e75c-4d3a-9101-463058e6a1b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:59Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:00,269 88075 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait 2025-02-19 08:20:00,420 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface 0.150s 2025-02-19 08:20:00,420 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f2cb389-8da5-44f3-adc5-f6796fca58c7', 'x-compute-request-id': 'req-5f2cb389-8da5-44f3-adc5-f6796fca58c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "305af34d-155a-44e9-aff8-1313f944b0f7", "mac_addr": "fa:16:3e:4c:bc:0c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.12"}]}]}' 2025-02-19 08:20:02,020 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 PUT https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399 1.596s 2025-02-19 08:20:02,021 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "305af34d-155a-44e9-aff8-1313f944b0f7"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-94df8870-8073-4819-90dd-ee9e203a84bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399'} Body: b'{"floatingip": {"id": "5c0e9c2d-180f-4860-bda0-49b1d4d9e399", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "floating_ip_address": "172.24.5.96", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": "675d09bd-6bc8-4fa7-8169-9136176c3578", "port_id": "305af34d-155a-44e9-aff8-1313f944b0f7", "fixed_ip_address": "10.1.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "mac_address": "fa:16:3e:4c:bc:0c", "admin_state_up": true, "status": "ACTIVE", "device_id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:20:01Z", "revision_number": 1, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:20:02,021 88075 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-124093596', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCR0PJUJSVsEVwgIq84hRD8GTx0omk3XpXYcokRdilj7Ij5CCJYyUS1n+L/6QP5ugvOi14RLmhrilX/cOKi0kH4204ThVRw2POtelnM4Bz8AnKXqi2f3DyXRYV1f6q3OJA==', 'fingerprint': '0a:d2:ff:d3:c6:c0:da:12:96:ae:19:e6:21:03:53:0e', 'user_id': 'c5be48296fe14b4f96195bfb85f32422', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBrl8COo0Sxt7QQFSNVf6IPF2DLKkYmpR5gQukR6Xt/1K4XyFU7fzUh\nbfHvGXaVWYqgBwYFK4EEACKhZANiAAQkdDyVCUlbBFcICKvOIUQ/Bk8dKJpN16V2\nHKJEXYpY+yI+QgiWMlEtZ/i/+kD+boLzoteES5oa4pV/3DiotJB+NtOE4VUcNjzr\nXpZzOAc/AJyl6otn9w8l0WFdX+qtziQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', 'name': 'tempest-securitygroup--1944248300', 'stateful': True, 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'description': 'tempest-description--1901880363', 'shared': False, 'security_group_rules': [{'id': '53667c84-6fc3-4e2f-a037-d4e51c5ec0af', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'security_group_id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', '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': 345, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 0}, {'id': 'ee8ba190-0b86-4cf0-a882-f882743081ad', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'security_group_id': 'f925a5e4-ea43-4071-9f9e-c87b747f6221', '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': 346, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-02-19T08:19:33Z', 'updated_at': '2025-02-19T08:19:33Z', 'revision_number': 1, 'project_id': '7db2768e322d4135aa5265c4b3608821'}, 'floating_ip': {'id': '5c0e9c2d-180f-4860-bda0-49b1d4d9e399', 'tenant_id': '7db2768e322d4135aa5265c4b3608821', 'floating_ip_address': '172.24.5.96', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7db2768e322d4135aa5265c4b3608821', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:19:34Z', 'updated_at': '2025-02-19T08:19:34Z', 'revision_number': 0, 'ip': '172.24.5.96'}} 2025-02-19 08:20:03,018 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 POST https://10.209.35.117/compute/v2.1/servers 0.996s 2025-02-19 08:20:03,019 88075 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-25453565", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "b32cf9ed-51ba-40e0-9886-562c541ddcb2"}], "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "key_name": "tempest-keypair-124093596", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '412', 'location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd7ab07-4ce3-4bef-9a1a-1c5d0f70b1d9', 'x-compute-request-id': 'req-7bd7ab07-4ce3-4bef-9a1a-1c5d0f70b1d9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "adminPass": "vDh4HnQJj8z5"}}' 2025-02-19 08:20:03,114 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.092s 2025-02-19 08:20:03,115 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d68f548-f008-4125-8e17-5c3b540ff14e', 'x-compute-request-id': 'req-6d68f548-f008-4125-8e17-5c3b540ff14e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:20:04,253 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.122s 2025-02-19 08:20:04,253 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6d2390-e5b4-4475-b155-b3ca1943a09d', 'x-compute-request-id': 'req-0d6d2390-e5b4-4475-b155-b3ca1943a09d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:20:05,436 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.167s 2025-02-19 08:20:05,437 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57b18036-7630-4569-91e8-a8b6ec767670', 'x-compute-request-id': 'req-57b18036-7630-4569-91e8-a8b6ec767670', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:20:05,452 88075 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-02-19 08:20:06,539 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.085s 2025-02-19 08:20:06,539 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797eed63-0838-4c26-bbf0-071dfba83b2e', 'x-compute-request-id': 'req-797eed63-0838-4c26-bbf0-071dfba83b2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:20:07,655 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.098s 2025-02-19 08:20:07,655 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1309', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bed7879-3a49-4c13-9b6a-687412329948', 'x-compute-request-id': 'req-8bed7879-3a49-4c13-9b6a-687412329948', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "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": []}}' 2025-02-19 08:20:07,670 88075 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2025-02-19 08:20:08,855 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.183s 2025-02-19 08:20:08,855 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8b5e77-1c7b-42cf-bd25-96c086aea541', 'x-compute-request-id': 'req-cc8b5e77-1c7b-42cf-bd25-96c086aea541', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "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": []}}' 2025-02-19 08:20:08,870 88075 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait 2025-02-19 08:20:10,025 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.153s 2025-02-19 08:20:10,025 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9386167b-ac28-4013-9de3-74efd612d3f7', 'x-compute-request-id': 'req-9386167b-ac28-4013-9de3-74efd612d3f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:10,040 88075 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2025-02-19 08:20:11,192 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.150s 2025-02-19 08:20:11,192 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-873769c0-4cc8-4310-9e26-7cc2b8b4d094', 'x-compute-request-id': 'req-873769c0-4cc8-4310-9e26-7cc2b8b4d094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:12,364 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.155s 2025-02-19 08:20:12,365 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c790a1f1-5b4a-4d3a-85b8-b7aed687ce43', 'x-compute-request-id': 'req-c790a1f1-5b4a-4d3a-85b8-b7aed687ce43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:13,541 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.159s 2025-02-19 08:20:13,542 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a3d5b2-d86b-4dd3-ae52-6b83bb320a5c', 'x-compute-request-id': 'req-c4a3d5b2-d86b-4dd3-ae52-6b83bb320a5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:14,749 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.187s 2025-02-19 08:20:14,750 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb89cd53-e4f4-47c4-8080-5408706037e7', 'x-compute-request-id': 'req-eb89cd53-e4f4-47c4-8080-5408706037e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:15,915 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.149s 2025-02-19 08:20:15,916 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95d959cf-29fa-45a8-99c5-14478979bac8', 'x-compute-request-id': 'req-95d959cf-29fa-45a8-99c5-14478979bac8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:17,092 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.162s 2025-02-19 08:20:17,093 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1950803f-353d-4d19-b5b6-959dfa8ba391', 'x-compute-request-id': 'req-1950803f-353d-4d19-b5b6-959dfa8ba391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:18,314 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.204s 2025-02-19 08:20:18,315 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-402ac4b2-a299-43f1-b8d3-6193e9a9e4d4', 'x-compute-request-id': 'req-402ac4b2-a299-43f1-b8d3-6193e9a9e4d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:19,490 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.158s 2025-02-19 08:20:19,490 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7115b9de-b584-4324-9764-66d79a59d760', 'x-compute-request-id': 'req-7115b9de-b584-4324-9764-66d79a59d760', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:20,666 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.159s 2025-02-19 08:20:20,667 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555991b2-5c04-4548-b4eb-218014cb44aa', 'x-compute-request-id': 'req-555991b2-5c04-4548-b4eb-218014cb44aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:21,856 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.172s 2025-02-19 08:20:21,856 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbb81306-d13e-4dc5-bb8c-ac0b79b6e04c', 'x-compute-request-id': 'req-dbb81306-d13e-4dc5-bb8c-ac0b79b6e04c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:23,132 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.258s 2025-02-19 08:20:23,132 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83621592-da50-4ab6-b531-552899aa7b64', 'x-compute-request-id': 'req-83621592-da50-4ab6-b531-552899aa7b64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:24,609 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.459s 2025-02-19 08:20:24,610 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ae6a5f-3083-45b4-a1c2-b79add34527a', 'x-compute-request-id': 'req-71ae6a5f-3083-45b4-a1c2-b79add34527a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:25,930 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.301s 2025-02-19 08:20:25,931 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba7edcf-2289-4210-8ca8-2cc3b92a4a55', 'x-compute-request-id': 'req-3ba7edcf-2289-4210-8ca8-2cc3b92a4a55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:27,492 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.541s 2025-02-19 08:20:27,492 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-065f2ee1-a25d-4b28-a364-60526dd3fdb3', 'x-compute-request-id': 'req-065f2ee1-a25d-4b28-a364-60526dd3fdb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:28,708 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.199s 2025-02-19 08:20:28,709 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b27965c-6bea-4ed0-bec4-82c5bff40c51', 'x-compute-request-id': 'req-5b27965c-6bea-4ed0-bec4-82c5bff40c51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:29,943 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.218s 2025-02-19 08:20:29,944 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbab41ce-cfb0-4a3a-8fd6-636f02551029', 'x-compute-request-id': 'req-cbab41ce-cfb0-4a3a-8fd6-636f02551029', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:31,208 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.247s 2025-02-19 08:20:31,208 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd371e8e-6324-425b-a291-cc9d554d1d5b', 'x-compute-request-id': 'req-bd371e8e-6324-425b-a291-cc9d554d1d5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:32,408 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.183s 2025-02-19 08:20:32,408 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbbf762f-aa20-4a73-ad78-2a8f777a0cda', 'x-compute-request-id': 'req-bbbf762f-aa20-4a73-ad78-2a8f777a0cda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:33,650 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.225s 2025-02-19 08:20:33,650 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50404f43-fbe4-4fb7-a555-be6afc3a2070', 'x-compute-request-id': 'req-50404f43-fbe4-4fb7-a555-be6afc3a2070', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "BUILD", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:34,815 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.147s 2025-02-19 08:20:34,815 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327fc951-b2b8-45da-9fb5-1e33daecce05', 'x-compute-request-id': 'req-327fc951-b2b8-45da-9fb5-1e33daecce05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:33Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:34,830 88075 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2025-02-19 08:20:34,934 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface 0.103s 2025-02-19 08:20:34,934 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a93fd98c-6a59-4b8d-bdb1-675096057832', 'x-compute-request-id': 'req-a93fd98c-6a59-4b8d-bdb1-675096057832', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c", "mac_addr": "fa:16:3e:15:cd:b3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.9"}]}]}' 2025-02-19 08:20:35,952 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 PUT https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399 1.012s 2025-02-19 08:20:35,952 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-7aa7866b-ee4f-4e4b-8b3d-acb077d9c5ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399'} Body: b'{"floatingip": {"id": "5c0e9c2d-180f-4860-bda0-49b1d4d9e399", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "floating_ip_address": "172.24.5.96", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": "675d09bd-6bc8-4fa7-8169-9136176c3578", "port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c", "fixed_ip_address": "10.1.0.9", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "mac_address": "fa:16:3e:15:cd:b3", "admin_state_up": true, "status": "ACTIVE", "device_id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:20:35Z", "revision_number": 3, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:20:36,760 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.807s 2025-02-19 08:20:36,760 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "name": "tempest-AttachInterfacesTestJSON-1036229243"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '735', 'x-openstack-request-id': 'req-d32c8d90-3e6e-445e-b9e9-82e29ea438f9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"project_id":"7db2768e322d4135aa5265c4b3608821","port_security_enabled":true,"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:20:36Z","revision_number":1}}' 2025-02-19 08:20:37,028 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.267s 2025-02-19 08:20:37,029 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1684', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de4556d-15c0-4eb0-9908-9c238ea9b12d', 'x-compute-request-id': 'req-5de4556d-15c0-4eb0-9908-9c238ea9b12d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:19:59Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:20:37,185 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface 0.139s 2025-02-19 08:20:37,186 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e693a7f-bc5c-4603-a905-fc0b344e6db3', 'x-compute-request-id': 'req-4e693a7f-bc5c-4603-a905-fc0b344e6db3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "305af34d-155a-44e9-aff8-1313f944b0f7", "mac_addr": "fa:16:3e:4c:bc:0c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.12"}]}]}' 2025-02-19 08:20:48,519 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 PUT https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399 11.328s 2025-02-19 08:20:48,520 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "305af34d-155a-44e9-aff8-1313f944b0f7"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:20:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '831', 'x-openstack-request-id': 'req-2ab84893-b70d-429b-accd-1681e270da87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399'} Body: b'{"floatingip": {"id": "5c0e9c2d-180f-4860-bda0-49b1d4d9e399", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "floating_ip_address": "172.24.5.96", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": "675d09bd-6bc8-4fa7-8169-9136176c3578", "port_id": "305af34d-155a-44e9-aff8-1313f944b0f7", "fixed_ip_address": "10.1.0.12", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "mac_address": "fa:16:3e:4c:bc:0c", "admin_state_up": true, "status": "ACTIVE", "device_id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:20:37Z", "revision_number": 4, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:20:48,521 88075 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.96:22' as 'cirros' with public key authentication 2025-02-19 08:21:20,517 88075 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.5.96 ([Errno None] Unable to connect to port 22 on 172.24.5.96). Number attempts: 1. Retry after 2 seconds. 2025-02-19 08:21:23,125 88075 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-02-19 08:21:23,544 88075 INFO [paramiko.transport] Authentication (publickey) successful! 2025-02-19 08:21:23,544 88075 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.96 successfully created 2025-02-19 08:21:32,859 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 POST https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface 9.314s 2025-02-19 08:21:32,859 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"interfaceAttachment": {"port_id": "f8033d75-d4d2-4626-abda-237b1cebffce"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9655cbab-9408-494b-b015-0e7e8d375cce', 'x-compute-request-id': 'req-9655cbab-9408-494b-b015-0e7e8d375cce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface'} Body: b'{"interfaceAttachment": {"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "f8033d75-d4d2-4626-abda-237b1cebffce", "mac_addr": "fa:16:3e:a6:57:7a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.10"}]}}' 2025-02-19 08:21:32,954 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce 0.091s 2025-02-19 08:21:32,955 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce70bd32-5ad1-4f47-aa27-0664b1c43c89', 'x-compute-request-id': 'req-ce70bd32-5ad1-4f47-aa27-0664b1c43c89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"interfaceAttachment": {"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "f8033d75-d4d2-4626-abda-237b1cebffce", "mac_addr": "fa:16:3e:a6:57:7a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.10"}]}}' 2025-02-19 08:21:33,029 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 DELETE https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce 0.070s 2025-02-19 08:21:33,029 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b7a7bc6a-2973-49ab-b25a-27f273edb3d4', 'x-compute-request-id': 'req-b7a7bc6a-2973-49ab-b25a-27f273edb3d4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'' 2025-02-19 08:21:33,120 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.090s 2025-02-19 08:21:33,121 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-bffec2d2-d0db-4d6c-9f3e-d909964d4b65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:34,173 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.050s 2025-02-19 08:21:34,174 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-5d534510-d87f-4e19-87b8-b6026c2d953b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:35,225 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.050s 2025-02-19 08:21:35,226 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-b0f8c960-63b8-415f-bd51-72b5b78bd5e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:36,275 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.047s 2025-02-19 08:21:36,275 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-0b1199f5-c0b6-4d0e-8f8c-4940ea456637', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:37,395 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.119s 2025-02-19 08:21:37,396 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-6d8d1d67-2ba0-4383-84a0-2e1220a0139b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:38,545 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.148s 2025-02-19 08:21:38,545 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '785', 'x-openstack-request-id': 'req-ea64aaf6-d593-46d2-bacc-1d958cffd6cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:29Z","revision_number":5,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:39,595 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.049s 2025-02-19 08:21:39,595 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-d174b0cf-2193-4d22-b529-54649e558694', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:40,681 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.084s 2025-02-19 08:21:40,681 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-24d981b7-1a74-4010-bdbb-c3db311b752e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:41,733 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.050s 2025-02-19 08:21:41,733 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-84086c74-3e7a-4998-8eda-459a54650440', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:42,789 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.053s 2025-02-19 08:21:42,789 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-f9fecec5-a67c-4573-a16b-f5a7027b371f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:43,884 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.093s 2025-02-19 08:21:43,884 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-ce065b74-f315-4f71-b853-0dd7c43e20d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:44,941 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.056s 2025-02-19 08:21:44,942 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-392dfabd-f23d-4d84-ab7d-82137af9b4f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:45,995 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.051s 2025-02-19 08:21:45,995 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-9ecb9f38-8d3c-48f0-b5f1-716f933af1d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:47,090 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.093s 2025-02-19 08:21:47,090 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-ab75417d-8944-4622-bd9c-fc69c94eb975', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:48,142 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.051s 2025-02-19 08:21:48,143 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-40214964-9560-4d24-b7bf-e13da10ca7f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:49,198 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.053s 2025-02-19 08:21:49,199 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-5378a0dd-38d1-46b5-838c-cf803115983c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:50,330 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.129s 2025-02-19 08:21:50,330 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-d8b74a67-0e2e-4588-a1f1-65afc3110862', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:51,389 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.057s 2025-02-19 08:21:51,390 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-b8e1ec64-a2e5-4b1b-bc15-64f15b20e47c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:52,487 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.095s 2025-02-19 08:21:52,487 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-2e99df96-ca5e-4171-806d-2fc99579a149', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:53,559 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.070s 2025-02-19 08:21:53,559 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-9190791e-625b-4d0a-942d-1b0105d163bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:54,654 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.093s 2025-02-19 08:21:54,655 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-b2130bb4-214b-477c-9515-b46cdc25cf08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:55,711 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.054s 2025-02-19 08:21:55,711 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-78d7c8cf-74b7-4d47-bb08-1926902c12b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:56,772 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.060s 2025-02-19 08:21:56,773 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '783', 'x-openstack-request-id': 'req-4e8bca5a-4b63-491d-b1ad-bf9d33f0acf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"5bcaa2c1-1302-429e-b602-6d8f706a9fa8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:38Z","revision_number":6,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:57,824 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.049s 2025-02-19 08:21:57,825 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '735', 'x-openstack-request-id': 'req-1ce4f5c2-1389-4d91-9cc3-c16ac655fe4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:21:56Z","revision_number":7,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:21:57,984 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.158s 2025-02-19 08:21:57,984 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-511a255c-f0d6-4f4e-b069-717f50b76893', 'x-compute-request-id': 'req-511a255c-f0d6-4f4e-b069-717f50b76893', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:20:33Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:21:58,093 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface 0.094s 2025-02-19 08:21:58,094 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:21:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bd2ab02-52ae-410a-8b6c-f9378c242f0e', 'x-compute-request-id': 'req-8bd2ab02-52ae-410a-8b6c-f9378c242f0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c", "mac_addr": "fa:16:3e:15:cd:b3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.9"}]}]}' 2025-02-19 08:22:54,543 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 PUT https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399 56.443s 2025-02-19 08:22:54,543 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:22:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ac338699-8fb4-4f8c-97b6-9bc785ec60ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399'} Body: b'{"floatingip": {"id": "5c0e9c2d-180f-4860-bda0-49b1d4d9e399", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "floating_ip_address": "172.24.5.96", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": "675d09bd-6bc8-4fa7-8169-9136176c3578", "port_id": "8a984e76-6f53-4417-8d65-0a5357b0676c", "fixed_ip_address": "10.1.0.9", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "mac_address": "fa:16:3e:15:cd:b3", "admin_state_up": true, "status": "ACTIVE", "device_id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:19:34Z", "updated_at": "2025-02-19T08:21:58Z", "revision_number": 5, "project_id": "7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:22:54,544 88075 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.96:22' as 'cirros' with public key authentication 2025-02-19 08:22:54,614 88075 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-02-19 08:22:54,819 88075 INFO [paramiko.transport] Authentication (publickey) successful! 2025-02-19 08:22:54,820 88075 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.96 successfully created 2025-02-19 08:23:05,968 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 POST https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface 11.147s 2025-02-19 08:23:05,969 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"interfaceAttachment": {"port_id": "f8033d75-d4d2-4626-abda-237b1cebffce"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:22:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7752ec94-86da-409f-a2e8-b4780d140703', 'x-compute-request-id': 'req-7752ec94-86da-409f-a2e8-b4780d140703', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface'} Body: b'{"interfaceAttachment": {"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "f8033d75-d4d2-4626-abda-237b1cebffce", "mac_addr": "fa:16:3e:a6:57:7a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.10"}]}}' 2025-02-19 08:23:06,074 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce 0.100s 2025-02-19 08:23:06,074 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a63d962f-ccca-47e2-a2c5-05745b0ebc8e', 'x-compute-request-id': 'req-a63d962f-ccca-47e2-a2c5-05745b0ebc8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"interfaceAttachment": {"net_id": "b32cf9ed-51ba-40e0-9886-562c541ddcb2", "port_id": "f8033d75-d4d2-4626-abda-237b1cebffce", "mac_addr": "fa:16:3e:a6:57:7a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cddc2879-a4a7-4fb9-9bd4-39a18c76617e", "ip_address": "10.1.0.10"}]}}' 2025-02-19 08:23:06,125 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 DELETE https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce 0.046s 2025-02-19 08:23:06,125 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0509940b-fe1e-42e3-8b07-92a5cda2c469', 'x-compute-request-id': 'req-0509940b-fe1e-42e3-8b07-92a5cda2c469', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3/os-interface/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'' 2025-02-19 08:23:06,174 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.048s 2025-02-19 08:23:06,174 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-ab59957e-bc67-48e3-b813-cb9789b27c21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:07,238 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.062s 2025-02-19 08:23:07,238 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-4a974e2a-4a6f-4eec-b0b6-366604d1b87a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:08,306 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.066s 2025-02-19 08:23:08,306 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-65c8613a-7a72-49b3-ba2d-967a6350a7ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:09,360 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.052s 2025-02-19 08:23:09,360 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-ad5f1930-cea6-4b01-b1ec-ef2f59aae9a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:10,462 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.100s 2025-02-19 08:23:10,463 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-027fe107-d2cf-427e-bb7c-c5d89b858a21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:11,516 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.052s 2025-02-19 08:23:11,517 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-90d8a51f-80a0-440b-bfc5-ff55e212905c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:12,674 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.156s 2025-02-19 08:23:12,674 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-103f57b7-fe40-4a54-9d43-4e2a8a33ecf2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:13,722 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.046s 2025-02-19 08:23:13,723 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-25312782-8ca8-47bf-998d-c3ad2e971437', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:14,773 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.048s 2025-02-19 08:23:14,773 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-1a01a31a-4e3b-4b30-93cf-5aee39211e9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:15,823 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.049s 2025-02-19 08:23:15,824 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '786', 'x-openstack-request-id': 'req-2c92c84b-39ac-4aa2-a1eb-7c96c64f4d23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"ACTIVE","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:03Z","revision_number":11,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:16,970 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.145s 2025-02-19 08:23:16,971 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-c654818c-42c2-4064-93ae-9cea3d8ecf97', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:18,020 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.048s 2025-02-19 08:23:18,021 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-e20a50ca-de54-4b3b-ac39-04d43ac2261e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:19,071 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.050s 2025-02-19 08:23:19,072 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-53ba510f-f2fc-462f-a3c2-bbf2880d73c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:20,471 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.397s 2025-02-19 08:23:20,471 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-521974b5-97b9-4c7a-9dea-072209d76a54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:21,528 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.055s 2025-02-19 08:23:21,528 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-e11f33d6-86bb-472f-816d-adc003fc1216', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:22,633 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.103s 2025-02-19 08:23:22,634 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-e7877b7f-8ebc-4929-ab2e-3ecb9786a76c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:23,694 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.060s 2025-02-19 08:23:23,695 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-196e9bd5-32cc-477d-987c-a25d4a007e25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:24,770 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.073s 2025-02-19 08:23:24,770 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-651c5627-6e76-4dfc-88a8-83ae1527d9f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:25,922 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.150s 2025-02-19 08:23:25,922 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-2ba6a362-5c9e-4e61-9950-c5e7f865241a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:26,979 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.056s 2025-02-19 08:23:26,980 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-4b151849-d6d3-412a-8a85-1c2ab38d0a50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:28,035 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.053s 2025-02-19 08:23:28,035 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-0ea30f46-c50d-4ac2-88a1-6e90187982bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:29,127 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.091s 2025-02-19 08:23:29,128 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-1f591a4f-1e6e-485f-8135-8ea524f66bd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:30,193 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.063s 2025-02-19 08:23:30,193 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-17811aba-2d87-460a-a527-58bcb9f849d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"76c2cf74-f7b0-4c31-8e26-fac0e82f30c3","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:16Z","revision_number":12,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:31,277 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 0.082s 2025-02-19 08:23:31,278 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-19962c2f-4c22-4fab-bc55-bbd778a2e143', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'{"port":{"id":"f8033d75-d4d2-4626-abda-237b1cebffce","name":"tempest-AttachInterfacesTestJSON-1036229243","network_id":"b32cf9ed-51ba-40e0-9886-562c541ddcb2","tenant_id":"7db2768e322d4135aa5265c4b3608821","mac_address":"fa:16:3e:a6:57:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cddc2879-a4a7-4fb9-9bd4-39a18c76617e","ip_address":"10.1.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f8c30f50-a140-4932-98df-83da41cc1434"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:20:36Z","updated_at":"2025-02-19T08:23:30Z","revision_number":13,"project_id":"7db2768e322d4135aa5265c4b3608821"}}' 2025-02-19 08:23:31,384 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.105s 2025-02-19 08:23:31,384 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf6032d-88dd-4b3c-a4e5-754efd36e749', 'x-compute-request-id': 'req-8bf6032d-88dd-4b3c-a4e5-754efd36e749', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'' 2025-02-19 08:23:31,542 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.158s 2025-02-19 08:23:31,543 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1800', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df57c8b7-63ac-4c41-9174-e0d6963862bf', 'x-compute-request-id': 'req-df57c8b7-63ac-4c41-9174-e0d6963862bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:31Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}, {"version": 4, "addr": "10.1.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:57:7a"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:32,795 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.235s 2025-02-19 08:23:32,796 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1800', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-615e6e40-b031-4e35-81af-b4e0ea6b5727', 'x-compute-request-id': 'req-615e6e40-b031-4e35-81af-b4e0ea6b5727', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:31Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}, {"version": 4, "addr": "10.1.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:57:7a"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:33,991 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.177s 2025-02-19 08:23:33,991 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1800', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dcaab0f-79a7-438a-8c79-8cb35e16a887', 'x-compute-request-id': 'req-7dcaab0f-79a7-438a-8c79-8cb35e16a887', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:33Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}, {"version": 4, "addr": "10.1.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:57:7a"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:35,228 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.220s 2025-02-19 08:23:35,229 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1800', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9773d2f4-b945-454d-9168-65941f9f1acf', 'x-compute-request-id': 'req-9773d2f4-b945-454d-9168-65941f9f1acf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:33Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}, {"version": 4, "addr": "10.1.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:57:7a"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:36,339 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.093s 2025-02-19 08:23:36,339 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1619', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59966498-d5ab-43eb-84b5-81f208bb6959', 'x-compute-request-id': 'req-59966498-d5ab-43eb-84b5-81f208bb6959', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:33Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}, {"version": 4, "addr": "172.24.5.96", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:cd:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:37,500 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.142s 2025-02-19 08:23:37,500 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16cab5ee-afd3-4437-b85e-8085808ba229', 'x-compute-request-id': 'req-16cab5ee-afd3-4437-b85e-8085808ba229', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "DELETED", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:23:36.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:37,517 88075 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 6 second wait 2025-02-19 08:23:38,623 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.104s 2025-02-19 08:23:38,623 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ebfbeb5-44a5-4041-b9e9-c77d928f07d1', 'x-compute-request-id': 'req-6ebfbeb5-44a5-4041-b9e9-c77d928f07d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "DELETED", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:23:36.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:39,754 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.113s 2025-02-19 08:23:39,754 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-722b69d8-d82d-4907-a273-1018b969de02', 'x-compute-request-id': 'req-722b69d8-d82d-4907-a273-1018b969de02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"server": {"id": "76c2cf74-f7b0-4c31-8e26-fac0e82f30c3", "name": "tempest-tempest.common.compute-instance-25453565", "status": "DELETED", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:20:02Z", "updated": "2025-02-19T08:23:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:20:33.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:23:36.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:40,811 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 0.041s 2025-02-19 08:23:40,811 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6348e99c-55b0-4b85-b4c2-e529783a76dd', 'x-compute-request-id': 'req-6348e99c-55b0-4b85-b4c2-e529783a76dd', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/76c2cf74-f7b0-4c31-8e26-fac0e82f30c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 76c2cf74-f7b0-4c31-8e26-fac0e82f30c3 could not be found."}}' 2025-02-19 08:23:40,926 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.113s 2025-02-19 08:23:40,926 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1acae3af-f4c6-4946-9d89-bfb019c0a8e1', 'x-compute-request-id': 'req-1acae3af-f4c6-4946-9d89-bfb019c0a8e1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'' 2025-02-19 08:23:41,136 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.209s 2025-02-19 08:23:41,137 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c97347ee-9e83-4280-98eb-f8ea4f7c4935', 'x-compute-request-id': 'req-c97347ee-9e83-4280-98eb-f8ea4f7c4935', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:40Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:42,461 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.302s 2025-02-19 08:23:42,461 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7279c88a-09a8-4954-8b09-9b5813592007', 'x-compute-request-id': 'req-7279c88a-09a8-4954-8b09-9b5813592007', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:40Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:43,724 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.244s 2025-02-19 08:23:43,724 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7979352b-fc99-410f-862e-dd3920819f85', 'x-compute-request-id': 'req-7979352b-fc99-410f-862e-dd3920819f85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1944248300"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:44,829 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.085s 2025-02-19 08:23:44,829 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf4ed6ad-77af-4872-a382-e6616310fc8a', 'x-compute-request-id': 'req-cf4ed6ad-77af-4872-a382-e6616310fc8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:45,934 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.087s 2025-02-19 08:23:45,934 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3802cb83-2c16-44b0-a2f1-e883942c3714', 'x-compute-request-id': 'req-3802cb83-2c16-44b0-a2f1-e883942c3714', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:47,047 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.095s 2025-02-19 08:23:47,048 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32589938-ec77-4629-81dd-d1aa5f8f9466', 'x-compute-request-id': 'req-32589938-ec77-4629-81dd-d1aa5f8f9466', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:48,149 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.084s 2025-02-19 08:23:48,149 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e25a677-db1b-488e-8f21-beb1ecf5811d', 'x-compute-request-id': 'req-5e25a677-db1b-488e-8f21-beb1ecf5811d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:49,256 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.091s 2025-02-19 08:23:49,256 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a99bc21f-a7c3-4625-b8fb-8ca379214bd2', 'x-compute-request-id': 'req-a99bc21f-a7c3-4625-b8fb-8ca379214bd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {"tempest-AttachInterfacesTestJSON-1953410808-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:bc:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:50,367 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.094s 2025-02-19 08:23:50,367 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6525d893-7414-4db2-9f90-32d48e51052b', 'x-compute-request-id': 'req-6525d893-7414-4db2-9f90-32d48e51052b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "ACTIVE", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:51,497 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.113s 2025-02-19 08:23:51,497 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc177829-36af-4174-bc7b-1f97a1d377a2', 'x-compute-request-id': 'req-fc177829-36af-4174-bc7b-1f97a1d377a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "DELETED", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:23:50.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:51,512 88075 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 10 second wait 2025-02-19 08:23:52,611 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 200 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.097s 2025-02-19 08:23:52,612 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db1bf39-d26f-4135-9cec-ea3df554af70', 'x-compute-request-id': 'req-2db1bf39-d26f-4135-9cec-ea3df554af70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"server": {"id": "5bcaa2c1-1302-429e-b602-6d8f706a9fa8", "name": "tempest-tempest.common.compute-instance-1072321189", "status": "DELETED", "tenant_id": "7db2768e322d4135aa5265c4b3608821", "user_id": "c5be48296fe14b4f96195bfb85f32422", "metadata": {}, "hostId": "8aa28b161714a72d0e8df82b12cf9b6f39340f6033b18947cb241af9", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:19:36Z", "updated": "2025-02-19T08:23:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-124093596", "OS-SRV-USG:launched_at": "2025-02-19T08:19:59.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:23:50.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:23:53,669 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8 0.041s 2025-02-19 08:23:53,670 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5bd7ef84-a6e7-4eeb-9df1-cae895a01aba', 'x-compute-request-id': 'req-5bd7ef84-a6e7-4eeb-9df1-cae895a01aba', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/5bcaa2c1-1302-429e-b602-6d8f706a9fa8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5bcaa2c1-1302-429e-b602-6d8f706a9fa8 could not be found."}}' 2025-02-19 08:24:53,740 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce 60.070s 2025-02-19 08:24:53,741 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f8033d75-d4d2-4626-abda-237b1cebffce'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:24:53,770 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-124093596 0.028s 2025-02-19 08:24:53,770 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7115dbee-0db5-476f-be9c-a39ce603e849', 'x-compute-request-id': 'req-7115dbee-0db5-476f-be9c-a39ce603e849', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-124093596'} Body: b'' 2025-02-19 08:24:53,964 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/f925a5e4-ea43-4071-9f9e-c87b747f6221 0.194s 2025-02-19 08:24:53,965 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-4a21ee13-3d23-4dd8-bc34-a3880acf64da', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/f925a5e4-ea43-4071-9f9e-c87b747f6221'} Body: b'' 2025-02-19 08:24:53,987 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/security-groups/f925a5e4-ea43-4071-9f9e-c87b747f6221 0.022s 2025-02-19 08:24:53,988 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0d38c11e-7ece-40c6-846e-83ef4da151f0', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/f925a5e4-ea43-4071-9f9e-c87b747f6221'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f925a5e4-ea43-4071-9f9e-c87b747f6221 does not exist", "detail": ""}}' 2025-02-19 08:24:54,317 88075 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399 0.329s 2025-02-19 08:24:54,318 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-a3db29fe-e857-459a-9b22-27f812e23fdb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/5c0e9c2d-180f-4860-bda0-49b1d4d9e399'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
fail
ft87.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:23:52,096 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.059s 2025-02-19 08:23:52,097 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2972', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9fbea015-9ce3-489b-a2e5-d237ff63f6ae', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f9515a591684426495a300bfbfa0ff71", "name": "tempest-MultipleCreateTestJSON-1450647098-project-member", "password_expires_at": null}, "audit_ids": ["dHmAC4U3RWaVQGhhto5OCA"], "expires_at": "2025-02-19T09:23:52.000000Z", "issued_at": "2025-02-19T08:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b55dd4191834202b3ebfdcb02ee50d6", "name": "tempest-MultipleCreateTestJSON-1450647098"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/7b55dd4191834202b3ebfdcb02ee50d6", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_7b55dd4191834202b3ebfdcb02ee50d6", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:23:52,097 88072 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': 'bc866941-3779-4a62-bef7-c321ae568cec', 'name': 'tempest-MultipleCreateTestJSON-962278102-network', 'tenant_id': '7b55dd4191834202b3ebfdcb02ee50d6', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b55dd4191834202b3ebfdcb02ee50d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43506, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:23:37Z', 'updated_at': '2025-02-19T08:23:37Z', 'revision_number': 1} available for tenant 2025-02-19 08:23:52,730 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 202 POST https://10.209.35.117/compute/v2.1/servers 0.632s 2025-02-19 08:23:52,731 88072 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-1146354524", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "min_count": 2, "networks": [{"uuid": "bc866941-3779-4a62-bef7-c321ae568cec"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '386', 'location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4168c67-5b31-4e0a-ab47-7d510123b7f8', 'x-compute-request-id': 'req-f4168c67-5b31-4e0a-ab47-7d510123b7f8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ku9tav6mEB9U"}}' 2025-02-19 08:23:52,791 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers 0.057s 2025-02-19 08:23:52,792 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d7f997d-c327-4551-8160-5a0624b197c1', 'x-compute-request-id': 'req-4d7f997d-c327-4551-8160-5a0624b197c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"servers": [{"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}]}, {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}]}]}' 2025-02-19 08:23:52,880 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.083s 2025-02-19 08:23:52,880 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a35f9261-8fce-454d-84b0-0f384bc0a70e', 'x-compute-request-id': 'req-a35f9261-8fce-454d-84b0-0f384bc0a70e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "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": []}}' 2025-02-19 08:23:53,992 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.096s 2025-02-19 08:23:53,993 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-789fcbab-7dd5-41c4-a2a7-435813e91b56', 'x-compute-request-id': 'req-789fcbab-7dd5-41c4-a2a7-435813e91b56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:55,092 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.083s 2025-02-19 08:23:55,092 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9986cdf-952f-4d06-a492-b9d12dc26cb2', 'x-compute-request-id': 'req-b9986cdf-952f-4d06-a492-b9d12dc26cb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:55,106 88072 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2025-02-19 08:23:56,198 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.090s 2025-02-19 08:23:56,199 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8778de48-c2c8-4dc5-8ab1-11fe922b3a4d', 'x-compute-request-id': 'req-8778de48-c2c8-4dc5-8ab1-11fe922b3a4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:57,307 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.092s 2025-02-19 08:23:57,307 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4a948317-7f02-48fd-8947-dcc51f663387', 'x-compute-request-id': 'req-4a948317-7f02-48fd-8947-dcc51f663387', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:58,418 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.094s 2025-02-19 08:23:58,418 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-1ec48f8e-a287-4c94-96de-ca7808c2a199', 'x-compute-request-id': 'req-1ec48f8e-a287-4c94-96de-ca7808c2a199', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:59,531 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.097s 2025-02-19 08:23:59,532 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:23:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b31733-f641-47d0-a556-fd5021b6a5cb', 'x-compute-request-id': 'req-a2b31733-f641-47d0-a556-fd5021b6a5cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": []}}' 2025-02-19 08:23:59,547 88072 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait 2025-02-19 08:24:00,731 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.182s 2025-02-19 08:24:00,731 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a10291e-b818-419d-8676-9c442fd2d44c', 'x-compute-request-id': 'req-7a10291e-b818-419d-8676-9c442fd2d44c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": []}}' 2025-02-19 08:24:00,746 88072 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait 2025-02-19 08:24:01,902 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.154s 2025-02-19 08:24:01,902 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-41c3bcdd-9b12-4d92-92f1-37705425badb', 'x-compute-request-id': 'req-41c3bcdd-9b12-4d92-92f1-37705425badb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:01,917 88072 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait 2025-02-19 08:24:03,068 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.149s 2025-02-19 08:24:03,068 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-025ba388-b8ca-4d8a-8251-2032e97d7ccb', 'x-compute-request-id': 'req-025ba388-b8ca-4d8a-8251-2032e97d7ccb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:04,237 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.153s 2025-02-19 08:24:04,238 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d8b82eea-aaff-4885-8f99-bc511a8a8797', 'x-compute-request-id': 'req-d8b82eea-aaff-4885-8f99-bc511a8a8797', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:05,413 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.158s 2025-02-19 08:24:05,413 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-230ecebc-87c4-4bc6-806f-4b4559f8c30f', 'x-compute-request-id': 'req-230ecebc-87c4-4bc6-806f-4b4559f8c30f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:06,627 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.198s 2025-02-19 08:24:06,628 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b7a78a7f-ba7b-45b5-925c-7ef1066cc16d', 'x-compute-request-id': 'req-b7a78a7f-ba7b-45b5-925c-7ef1066cc16d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:07,836 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.194s 2025-02-19 08:24:07,837 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d3764b3d-4b65-4141-a278-a31401fe9c01', 'x-compute-request-id': 'req-d3764b3d-4b65-4141-a278-a31401fe9c01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:09,015 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.155s 2025-02-19 08:24:09,015 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-31520e21-d100-495a-b28d-d6b2d5b41c8c', 'x-compute-request-id': 'req-31520e21-d100-495a-b28d-d6b2d5b41c8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:10,202 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.171s 2025-02-19 08:24:10,203 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2da03fff-e2c8-435b-94a2-4de4d416f2ba', 'x-compute-request-id': 'req-2da03fff-e2c8-435b-94a2-4de4d416f2ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:11,376 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.156s 2025-02-19 08:24:11,376 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c8733014-3ce0-49d3-bf8f-f942079ae871', 'x-compute-request-id': 'req-c8733014-3ce0-49d3-bf8f-f942079ae871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:12,577 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.185s 2025-02-19 08:24:12,578 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9d0771aa-42c4-4312-b03e-a731d5bd437e', 'x-compute-request-id': 'req-9d0771aa-42c4-4312-b03e-a731d5bd437e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:13,779 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.185s 2025-02-19 08:24:13,779 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f71a27ae-6ff0-4c1e-ad13-5ac5f04fc752', 'x-compute-request-id': 'req-f71a27ae-6ff0-4c1e-ad13-5ac5f04fc752', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:14,991 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.195s 2025-02-19 08:24:14,991 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0deffd2e-bb9a-41f0-9f8e-83700d0f046a', 'x-compute-request-id': 'req-0deffd2e-bb9a-41f0-9f8e-83700d0f046a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:16,160 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.154s 2025-02-19 08:24:16,161 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-774f50ee-cc64-44a4-ab54-59015e31655a', 'x-compute-request-id': 'req-774f50ee-cc64-44a4-ab54-59015e31655a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:17,330 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.154s 2025-02-19 08:24:17,331 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-64f08399-59cd-4168-9869-4c9829b1544f', 'x-compute-request-id': 'req-64f08399-59cd-4168-9869-4c9829b1544f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:18,540 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.193s 2025-02-19 08:24:18,540 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fba2dd96-c764-4d62-b687-23cacddfccd4', 'x-compute-request-id': 'req-fba2dd96-c764-4d62-b687-23cacddfccd4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:19,751 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.191s 2025-02-19 08:24:19,751 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b4c4af8d-e110-4ff7-8112-4d8fd6974b18', 'x-compute-request-id': 'req-b4c4af8d-e110-4ff7-8112-4d8fd6974b18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:20,943 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.176s 2025-02-19 08:24:20,943 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b664f67d-ef48-4c3e-9ca0-4f177392b37c', 'x-compute-request-id': 'req-b664f67d-ef48-4c3e-9ca0-4f177392b37c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:22,142 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.184s 2025-02-19 08:24:22,143 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-858621e9-eb0b-4e46-a272-106df8a8f8cf', 'x-compute-request-id': 'req-858621e9-eb0b-4e46-a272-106df8a8f8cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:23,321 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.160s 2025-02-19 08:24:23,321 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c20ae48c-ec62-4a0f-9440-fc8b2c443479', 'x-compute-request-id': 'req-c20ae48c-ec62-4a0f-9440-fc8b2c443479', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:24,539 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.196s 2025-02-19 08:24:24,540 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-56a9a784-bc1c-42c1-967c-47111fed8262', 'x-compute-request-id': 'req-56a9a784-bc1c-42c1-967c-47111fed8262', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:25,702 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.145s 2025-02-19 08:24:25,703 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5f37ecb8-d089-43ef-9fc5-bee702e0c547', 'x-compute-request-id': 'req-5f37ecb8-d089-43ef-9fc5-bee702e0c547', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:26,944 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.227s 2025-02-19 08:24:26,945 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6a7311b8-2e5b-4861-9f81-221167428f25', 'x-compute-request-id': 'req-6a7311b8-2e5b-4861-9f81-221167428f25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:28,122 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.156s 2025-02-19 08:24:28,122 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4f5f620e-004d-4093-871a-1f4097b6bdf0', 'x-compute-request-id': 'req-4f5f620e-004d-4093-871a-1f4097b6bdf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:29,313 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.174s 2025-02-19 08:24:29,313 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7c1cf59d-1eeb-4496-a73a-0934ec4a2dd8', 'x-compute-request-id': 'req-7c1cf59d-1eeb-4496-a73a-0934ec4a2dd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:30,520 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.189s 2025-02-19 08:24:30,520 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-68b33587-5c05-43a8-97f1-1972bbd57087', 'x-compute-request-id': 'req-68b33587-5c05-43a8-97f1-1972bbd57087', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:31,682 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.142s 2025-02-19 08:24:31,683 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b9ac098e-98e2-4ae4-9247-1178c27ecb41', 'x-compute-request-id': 'req-b9ac098e-98e2-4ae4-9247-1178c27ecb41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:32,847 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.148s 2025-02-19 08:24:32,847 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7bfe5476-5b23-4e35-ac64-d39d095a08f9', 'x-compute-request-id': 'req-7bfe5476-5b23-4e35-ac64-d39d095a08f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:34,052 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.188s 2025-02-19 08:24:34,052 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3e312068-26fe-42a0-b3b0-2f7f4aa05ca6', 'x-compute-request-id': 'req-3e312068-26fe-42a0-b3b0-2f7f4aa05ca6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:35,213 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.145s 2025-02-19 08:24:35,214 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-46086ece-b8d1-4e6a-af8a-52535e69ee7c', 'x-compute-request-id': 'req-46086ece-b8d1-4e6a-af8a-52535e69ee7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:36,372 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.142s 2025-02-19 08:24:36,372 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7162bc71-90cc-4518-a49a-e7257e165f11', 'x-compute-request-id': 'req-7162bc71-90cc-4518-a49a-e7257e165f11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:37,576 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.186s 2025-02-19 08:24:37,576 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3ea8430c-b3d3-4195-b8ff-c85628bada23', 'x-compute-request-id': 'req-3ea8430c-b3d3-4195-b8ff-c85628bada23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:38,745 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.153s 2025-02-19 08:24:38,745 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9587672f-6aa2-485e-8749-bfc5003209b1', 'x-compute-request-id': 'req-9587672f-6aa2-485e-8749-bfc5003209b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:39,907 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.146s 2025-02-19 08:24:39,908 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6bfdb797-3b9d-418f-a244-4f9b553c06de', 'x-compute-request-id': 'req-6bfdb797-3b9d-418f-a244-4f9b553c06de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:41,171 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.247s 2025-02-19 08:24:41,171 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-880077a7-0933-4153-b2a9-ff70713233ae', 'x-compute-request-id': 'req-880077a7-0933-4153-b2a9-ff70713233ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:42,339 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.151s 2025-02-19 08:24:42,340 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d407feb9-9ca4-4c9f-8f1b-ca5c1336b5b4', 'x-compute-request-id': 'req-d407feb9-9ca4-4c9f-8f1b-ca5c1336b5b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:43,530 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.176s 2025-02-19 08:24:43,531 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2cd33698-45ea-4765-b12c-601992957cc4', 'x-compute-request-id': 'req-2cd33698-45ea-4765-b12c-601992957cc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:44,701 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.155s 2025-02-19 08:24:44,702 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b696b499-2b6b-47b3-91b8-5f2bcdac80cc', 'x-compute-request-id': 'req-b696b499-2b6b-47b3-91b8-5f2bcdac80cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:45,858 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.140s 2025-02-19 08:24:45,858 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5fe35209-d0bc-4be9-ac74-31bdc2550e82', 'x-compute-request-id': 'req-5fe35209-d0bc-4be9-ac74-31bdc2550e82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:47,089 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.215s 2025-02-19 08:24:47,089 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-10426a83-5d93-4668-95f9-b01fa35ea786', 'x-compute-request-id': 'req-10426a83-5d93-4668-95f9-b01fa35ea786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:48,264 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.155s 2025-02-19 08:24:48,265 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1515', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c486b04-fe83-4f32-9879-4e14ee9eef3a', 'x-compute-request-id': 'req-0c486b04-fe83-4f32-9879-4e14ee9eef3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "ACTIVE", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:24:47Z", "addresses": {"tempest-MultipleCreateTestJSON-962278102-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:c1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.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": []}}' 2025-02-19 08:24:48,282 88072 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 56 second wait 2025-02-19 08:24:48,503 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.220s 2025-02-19 08:24:48,503 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-274b9ca5-055e-49e0-a5bb-cc7ace2c9824', 'x-compute-request-id': 'req-274b9ca5-055e-49e0-a5bb-cc7ace2c9824', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:49,675 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:24:49,675 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0f6bef4c-d2e1-4f14-8979-8fed9f2414f5', 'x-compute-request-id': 'req-0f6bef4c-d2e1-4f14-8979-8fed9f2414f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:50,878 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.185s 2025-02-19 08:24:50,878 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6c24dfc4-bab2-4447-a1c2-7074e3719c61', 'x-compute-request-id': 'req-6c24dfc4-bab2-4447-a1c2-7074e3719c61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:52,052 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:24:52,052 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c895ec0c-7fda-4c72-bbd0-8f117c4f05a8', 'x-compute-request-id': 'req-c895ec0c-7fda-4c72-bbd0-8f117c4f05a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:53,265 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.195s 2025-02-19 08:24:53,265 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6f501282-952e-4648-9e17-2f9b25f2798a', 'x-compute-request-id': 'req-6f501282-952e-4648-9e17-2f9b25f2798a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:54,497 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.213s 2025-02-19 08:24:54,498 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-046047fc-f8ba-43d0-8a50-a70fa008c5c3', 'x-compute-request-id': 'req-046047fc-f8ba-43d0-8a50-a70fa008c5c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:55,676 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.161s 2025-02-19 08:24:55,676 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-23ca1581-e633-4afd-8c8e-25535c7b058b', 'x-compute-request-id': 'req-23ca1581-e633-4afd-8c8e-25535c7b058b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:56,870 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.177s 2025-02-19 08:24:56,870 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-33e8ce8a-fe98-460f-b1c4-2d5e997b91bb', 'x-compute-request-id': 'req-33e8ce8a-fe98-460f-b1c4-2d5e997b91bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:58,245 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.359s 2025-02-19 08:24:58,246 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2968a094-067b-403f-888e-2da8f49a726b', 'x-compute-request-id': 'req-2968a094-067b-403f-888e-2da8f49a726b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:24:59,467 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.205s 2025-02-19 08:24:59,467 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:24:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a0eb5380-7f1f-47d8-87d5-14f744565548', 'x-compute-request-id': 'req-a0eb5380-7f1f-47d8-87d5-14f744565548', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:00,694 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.209s 2025-02-19 08:25:00,694 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f211cb4e-a77f-45e4-b438-231498d7623c', 'x-compute-request-id': 'req-f211cb4e-a77f-45e4-b438-231498d7623c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:01,899 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.189s 2025-02-19 08:25:01,900 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e7304cac-4e3c-4901-a694-acc1ce21432f', 'x-compute-request-id': 'req-e7304cac-4e3c-4901-a694-acc1ce21432f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:03,167 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.251s 2025-02-19 08:25:03,168 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-08dc6d19-1dd9-4cd4-85cb-c1a6bda74b6b', 'x-compute-request-id': 'req-08dc6d19-1dd9-4cd4-85cb-c1a6bda74b6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:04,372 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.184s 2025-02-19 08:25:04,372 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-826c6248-beef-44cc-bc53-c1de9f61c05a', 'x-compute-request-id': 'req-826c6248-beef-44cc-bc53-c1de9f61c05a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:05,649 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.262s 2025-02-19 08:25:05,650 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4a2c5b92-134e-487d-ad37-e8cd24668d15', 'x-compute-request-id': 'req-4a2c5b92-134e-487d-ad37-e8cd24668d15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:06,914 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.246s 2025-02-19 08:25:06,915 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bcdb62bd-abfa-40f8-b3c9-a4d72a91265d', 'x-compute-request-id': 'req-bcdb62bd-abfa-40f8-b3c9-a4d72a91265d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:08,113 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.179s 2025-02-19 08:25:08,114 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c2fe9c52-e33a-4e93-9d1f-bb0cee4d7461', 'x-compute-request-id': 'req-c2fe9c52-e33a-4e93-9d1f-bb0cee4d7461', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:09,305 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.173s 2025-02-19 08:25:09,305 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-49ba7ecf-2be9-4781-92b2-5b8dcfbc055d', 'x-compute-request-id': 'req-49ba7ecf-2be9-4781-92b2-5b8dcfbc055d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:10,485 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.164s 2025-02-19 08:25:10,486 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0cccde43-b116-4c2e-9d49-e234e6593c22', 'x-compute-request-id': 'req-0cccde43-b116-4c2e-9d49-e234e6593c22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:11,732 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.229s 2025-02-19 08:25:11,733 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fd90aba3-1d09-47c0-9caf-e6042fb1c056', 'x-compute-request-id': 'req-fd90aba3-1d09-47c0-9caf-e6042fb1c056', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:12,968 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.216s 2025-02-19 08:25:12,969 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6a9bb0c0-d303-4ddc-be39-c6351195bf63', 'x-compute-request-id': 'req-6a9bb0c0-d303-4ddc-be39-c6351195bf63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:14,147 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.163s 2025-02-19 08:25:14,147 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2a7358fe-da6e-429d-9610-d27bfa654975', 'x-compute-request-id': 'req-2a7358fe-da6e-429d-9610-d27bfa654975', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:15,350 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:25:15,350 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e70936ed-f470-402c-aa21-101980711de3', 'x-compute-request-id': 'req-e70936ed-f470-402c-aa21-101980711de3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:16,540 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.173s 2025-02-19 08:25:16,540 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f22a6e68-5efe-49d4-bcff-e816a45b318a', 'x-compute-request-id': 'req-f22a6e68-5efe-49d4-bcff-e816a45b318a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:17,706 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:25:17,706 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-897c868b-846c-4852-ad1b-8056b60aaff1', 'x-compute-request-id': 'req-897c868b-846c-4852-ad1b-8056b60aaff1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:18,919 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.196s 2025-02-19 08:25:18,919 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6761b6cf-8b9c-4b53-a7b3-94e633bb9c75', 'x-compute-request-id': 'req-6761b6cf-8b9c-4b53-a7b3-94e633bb9c75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:20,447 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.512s 2025-02-19 08:25:20,447 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9d598977-51b6-4116-881b-7df4451bbaf1', 'x-compute-request-id': 'req-9d598977-51b6-4116-881b-7df4451bbaf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:21,625 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.161s 2025-02-19 08:25:21,625 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5690a2b1-237b-4b21-b0c8-02a5afbf9f63', 'x-compute-request-id': 'req-5690a2b1-237b-4b21-b0c8-02a5afbf9f63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:22,826 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:25:22,827 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-15dba03b-c0ab-42a0-9c65-ff5cc9b0a866', 'x-compute-request-id': 'req-15dba03b-c0ab-42a0-9c65-ff5cc9b0a866', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:24,052 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.210s 2025-02-19 08:25:24,053 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9a9559e0-6333-4187-b5c9-55a99033a761', 'x-compute-request-id': 'req-9a9559e0-6333-4187-b5c9-55a99033a761', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:25,346 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.278s 2025-02-19 08:25:25,347 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d309ecf4-acd2-4822-8012-83ee57a7eb3c', 'x-compute-request-id': 'req-d309ecf4-acd2-4822-8012-83ee57a7eb3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:26,598 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.230s 2025-02-19 08:25:26,599 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5a27d7a7-6334-4a11-9bd8-a090f1a77a24', 'x-compute-request-id': 'req-5a27d7a7-6334-4a11-9bd8-a090f1a77a24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:27,771 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:25:27,772 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-779b1a99-fd83-49bb-a4d9-e00af0ec4667', 'x-compute-request-id': 'req-779b1a99-fd83-49bb-a4d9-e00af0ec4667', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:28,948 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.161s 2025-02-19 08:25:28,949 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-faf5c01b-12d0-4791-87da-e6daca2642e6', 'x-compute-request-id': 'req-faf5c01b-12d0-4791-87da-e6daca2642e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:30,152 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.188s 2025-02-19 08:25:30,153 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ed752c9a-99aa-4faa-b2f6-8b55d44834a6', 'x-compute-request-id': 'req-ed752c9a-99aa-4faa-b2f6-8b55d44834a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:31,372 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.203s 2025-02-19 08:25:31,372 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-74e1e5c2-ccbc-4d02-ab99-ac4ed070ab71', 'x-compute-request-id': 'req-74e1e5c2-ccbc-4d02-ab99-ac4ed070ab71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:32,603 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.214s 2025-02-19 08:25:32,603 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-23f10d8c-b3ed-4bd1-8d9f-097df3252459', 'x-compute-request-id': 'req-23f10d8c-b3ed-4bd1-8d9f-097df3252459', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:33,775 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:25:33,776 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-32f90e7d-a8fb-4bb3-b94d-95444c66fe55', 'x-compute-request-id': 'req-32f90e7d-a8fb-4bb3-b94d-95444c66fe55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:34,943 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:25:34,944 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b5a7b5fc-45d8-4778-81f5-654ad15f4be5', 'x-compute-request-id': 'req-b5a7b5fc-45d8-4778-81f5-654ad15f4be5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:36,107 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.146s 2025-02-19 08:25:36,107 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-154f3408-54c5-4a73-b366-b6bbb061e136', 'x-compute-request-id': 'req-154f3408-54c5-4a73-b366-b6bbb061e136', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:37,288 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.165s 2025-02-19 08:25:37,289 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-09d80a0d-f106-4f62-ba5c-87a51cd4ccf6', 'x-compute-request-id': 'req-09d80a0d-f106-4f62-ba5c-87a51cd4ccf6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:38,488 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.183s 2025-02-19 08:25:38,488 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4cc58c86-29ab-4e8f-a7ac-839707610176', 'x-compute-request-id': 'req-4cc58c86-29ab-4e8f-a7ac-839707610176', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:39,692 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:25:39,692 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c8a9c0e5-83cb-47de-b9b1-c14798136d16', 'x-compute-request-id': 'req-c8a9c0e5-83cb-47de-b9b1-c14798136d16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:40,862 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:25:40,863 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-80b6c02e-af29-4fcc-92b0-c84fc8b0f832', 'x-compute-request-id': 'req-80b6c02e-af29-4fcc-92b0-c84fc8b0f832', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:42,034 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:25:42,034 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-741490d4-c251-4237-ab4e-cbb7b12f8796', 'x-compute-request-id': 'req-741490d4-c251-4237-ab4e-cbb7b12f8796', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:43,212 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.162s 2025-02-19 08:25:43,212 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3a9394e8-3186-4d60-88e6-41dccccedf39', 'x-compute-request-id': 'req-3a9394e8-3186-4d60-88e6-41dccccedf39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:44,376 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.146s 2025-02-19 08:25:44,376 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b0b3ff6e-7979-4281-b899-15469398d30c', 'x-compute-request-id': 'req-b0b3ff6e-7979-4281-b899-15469398d30c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:45,586 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.194s 2025-02-19 08:25:45,586 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2f2e94ca-a922-41ed-aaa2-8b5531e48c1f', 'x-compute-request-id': 'req-2f2e94ca-a922-41ed-aaa2-8b5531e48c1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:46,798 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.196s 2025-02-19 08:25:46,798 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-16da522d-b9e9-4ddf-91d4-5efb8e26c34b', 'x-compute-request-id': 'req-16da522d-b9e9-4ddf-91d4-5efb8e26c34b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:47,961 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:25:47,961 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a213d14f-799f-4841-8a98-09171a08d890', 'x-compute-request-id': 'req-a213d14f-799f-4841-8a98-09171a08d890', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:49,140 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.162s 2025-02-19 08:25:49,141 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2f3033ac-5776-4671-a5bd-8868a7d8faf9', 'x-compute-request-id': 'req-2f3033ac-5776-4671-a5bd-8868a7d8faf9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:50,311 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:25:50,311 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-19c4c529-0792-4201-82bf-8aa8fdb9c613', 'x-compute-request-id': 'req-19c4c529-0792-4201-82bf-8aa8fdb9c613', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:51,779 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.452s 2025-02-19 08:25:51,780 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fddf4cfe-440b-40d1-9132-31feef24b11e', 'x-compute-request-id': 'req-fddf4cfe-440b-40d1-9132-31feef24b11e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:52,963 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.167s 2025-02-19 08:25:52,963 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-79afbb6f-7939-433b-b673-7c3b7277a29b', 'x-compute-request-id': 'req-79afbb6f-7939-433b-b673-7c3b7277a29b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:54,138 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.159s 2025-02-19 08:25:54,139 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ffc69da4-837e-4b91-98d2-27b48bb44423', 'x-compute-request-id': 'req-ffc69da4-837e-4b91-98d2-27b48bb44423', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:55,308 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:25:55,309 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4f8b3f99-c6ac-4d7c-a204-27c776624210', 'x-compute-request-id': 'req-4f8b3f99-c6ac-4d7c-a204-27c776624210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:56,547 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.214s 2025-02-19 08:25:56,547 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-01d22951-df12-417d-9f03-2915c31ad9ec', 'x-compute-request-id': 'req-01d22951-df12-417d-9f03-2915c31ad9ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:57,762 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.190s 2025-02-19 08:25:57,762 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-87b0df8d-529a-4be8-8f48-142be3f03f1f', 'x-compute-request-id': 'req-87b0df8d-529a-4be8-8f48-142be3f03f1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:25:58,943 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.164s 2025-02-19 08:25:58,943 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d006bfd4-2929-449d-9e64-296e3b6348aa', 'x-compute-request-id': 'req-d006bfd4-2929-449d-9e64-296e3b6348aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:00,104 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.142s 2025-02-19 08:26:00,105 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:25:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a7a2806d-7fbb-4a4a-ad50-871c7e5bd25b', 'x-compute-request-id': 'req-a7a2806d-7fbb-4a4a-ad50-871c7e5bd25b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:01,271 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:26:01,272 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fe5dfa6c-56d8-4d75-b69d-f9d9218af6d2', 'x-compute-request-id': 'req-fe5dfa6c-56d8-4d75-b69d-f9d9218af6d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:02,491 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.203s 2025-02-19 08:26:02,491 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bc584eb1-890c-4cdb-9a64-4c510ed25732', 'x-compute-request-id': 'req-bc584eb1-890c-4cdb-9a64-4c510ed25732', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:03,706 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:26:03,707 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-251da03b-8859-4e55-80c0-b9ace2633663', 'x-compute-request-id': 'req-251da03b-8859-4e55-80c0-b9ace2633663', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:04,879 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:26:04,880 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d7cb047f-71f7-40de-8fb5-b5b6ea419b98', 'x-compute-request-id': 'req-d7cb047f-71f7-40de-8fb5-b5b6ea419b98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:06,046 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:26:06,047 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-17d74613-e39c-410f-a8d2-e7c758f6250e', 'x-compute-request-id': 'req-17d74613-e39c-410f-a8d2-e7c758f6250e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:07,221 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.158s 2025-02-19 08:26:07,221 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0031bf48-4734-4a9f-85e3-099c283732bb', 'x-compute-request-id': 'req-0031bf48-4734-4a9f-85e3-099c283732bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:08,453 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.215s 2025-02-19 08:26:08,453 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a66e4fbf-6b1b-4b71-9bb2-95ebb9fea63c', 'x-compute-request-id': 'req-a66e4fbf-6b1b-4b71-9bb2-95ebb9fea63c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:09,667 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:26:09,668 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9442cb9a-4130-40b7-a93b-e96dacb0004d', 'x-compute-request-id': 'req-9442cb9a-4130-40b7-a93b-e96dacb0004d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:10,838 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:26:10,839 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0a2381c4-8b4b-4b1c-8859-1719978f9cd6', 'x-compute-request-id': 'req-0a2381c4-8b4b-4b1c-8859-1719978f9cd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:12,008 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:26:12,009 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c396b831-58bc-4bd0-bda2-9877d87bdcdb', 'x-compute-request-id': 'req-c396b831-58bc-4bd0-bda2-9877d87bdcdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:13,172 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:26:13,172 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-adc5cb5a-f674-4f1b-8fb1-940431036407', 'x-compute-request-id': 'req-adc5cb5a-f674-4f1b-8fb1-940431036407', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:14,349 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.160s 2025-02-19 08:26:14,349 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-47d6f014-0003-44e7-82bd-13c8ff1ac890', 'x-compute-request-id': 'req-47d6f014-0003-44e7-82bd-13c8ff1ac890', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:15,554 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:26:15,554 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8ab605ee-8df4-472b-82ed-5c0acb5ef7f5', 'x-compute-request-id': 'req-8ab605ee-8df4-472b-82ed-5c0acb5ef7f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:16,772 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.201s 2025-02-19 08:26:16,773 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-630bade1-ef88-4544-b489-a72b2dae9c7d', 'x-compute-request-id': 'req-630bade1-ef88-4544-b489-a72b2dae9c7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:17,946 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:26:17,946 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c82d108e-552d-4c3f-8127-00bc326a7d9c', 'x-compute-request-id': 'req-c82d108e-552d-4c3f-8127-00bc326a7d9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:19,117 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:26:19,118 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f3fef42c-2791-48f0-9ca8-65f2d390a44c', 'x-compute-request-id': 'req-f3fef42c-2791-48f0-9ca8-65f2d390a44c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:20,282 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.148s 2025-02-19 08:26:20,283 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-932e3f57-2b5c-4652-a129-3091d8cb91eb', 'x-compute-request-id': 'req-932e3f57-2b5c-4652-a129-3091d8cb91eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:21,502 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.203s 2025-02-19 08:26:21,502 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-28220fda-f5ed-4074-aad8-11f8b9d03a90', 'x-compute-request-id': 'req-28220fda-f5ed-4074-aad8-11f8b9d03a90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:22,714 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.195s 2025-02-19 08:26:22,714 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9d2a6564-f6d2-4e07-8faa-17b4c6416767', 'x-compute-request-id': 'req-9d2a6564-f6d2-4e07-8faa-17b4c6416767', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:23,910 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.179s 2025-02-19 08:26:23,910 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fb8ca8cc-7c23-4720-8695-adab7f209c03', 'x-compute-request-id': 'req-fb8ca8cc-7c23-4720-8695-adab7f209c03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:25,106 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.178s 2025-02-19 08:26:25,106 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-cfce4be4-322f-40b3-8bf8-2b54cab94373', 'x-compute-request-id': 'req-cfce4be4-322f-40b3-8bf8-2b54cab94373', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:26,275 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:26:26,276 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b69ef33d-a597-406e-849a-bc87e6848efc', 'x-compute-request-id': 'req-b69ef33d-a597-406e-849a-bc87e6848efc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:27,451 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.158s 2025-02-19 08:26:27,451 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ce1f1d25-8d6b-41a9-ab20-38db1eaf76b6', 'x-compute-request-id': 'req-ce1f1d25-8d6b-41a9-ab20-38db1eaf76b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:28,671 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.204s 2025-02-19 08:26:28,671 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0fc0c813-9880-4a11-9ca0-af9245d0b978', 'x-compute-request-id': 'req-0fc0c813-9880-4a11-9ca0-af9245d0b978', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:29,904 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.209s 2025-02-19 08:26:29,905 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-aa559d6d-82a3-4da4-bfc0-f4b558ac2c73', 'x-compute-request-id': 'req-aa559d6d-82a3-4da4-bfc0-f4b558ac2c73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:31,102 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.180s 2025-02-19 08:26:31,103 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d1a7c7cf-8084-49ed-8c07-5fe63078cd4e', 'x-compute-request-id': 'req-d1a7c7cf-8084-49ed-8c07-5fe63078cd4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:32,276 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:26:32,277 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9c69b4b2-8b14-45be-b44d-0b37949f1870', 'x-compute-request-id': 'req-9c69b4b2-8b14-45be-b44d-0b37949f1870', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:33,444 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:26:33,445 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-686405d8-ac75-45a2-81e4-432f0b7225e1', 'x-compute-request-id': 'req-686405d8-ac75-45a2-81e4-432f0b7225e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:34,629 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.168s 2025-02-19 08:26:34,629 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-21b81c54-7738-4040-848c-607676ec74cb', 'x-compute-request-id': 'req-21b81c54-7738-4040-848c-607676ec74cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:35,849 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.202s 2025-02-19 08:26:35,849 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d128c1ce-1997-49d0-9ca3-9b1835685f00', 'x-compute-request-id': 'req-d128c1ce-1997-49d0-9ca3-9b1835685f00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:37,051 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:26:37,051 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-035c71b0-629c-4b08-8668-d18050e7b4c0', 'x-compute-request-id': 'req-035c71b0-629c-4b08-8668-d18050e7b4c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:38,229 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.161s 2025-02-19 08:26:38,229 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f64500c3-f60e-4c95-a6c8-ea1d157a3519', 'x-compute-request-id': 'req-f64500c3-f60e-4c95-a6c8-ea1d157a3519', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:39,403 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:26:39,404 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-cd814825-8af1-4e54-ae7e-a9abf4205f51', 'x-compute-request-id': 'req-cd814825-8af1-4e54-ae7e-a9abf4205f51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:40,579 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:26:40,580 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fab723d1-2e55-491d-a42a-a885e0e4cbf6', 'x-compute-request-id': 'req-fab723d1-2e55-491d-a42a-a885e0e4cbf6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:41,741 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.144s 2025-02-19 08:26:41,742 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-98551205-d498-4484-8731-c19fccdf0286', 'x-compute-request-id': 'req-98551205-d498-4484-8731-c19fccdf0286', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:42,946 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.188s 2025-02-19 08:26:42,946 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-cb08f3d6-8a1b-43bf-9e77-b184efafb1c8', 'x-compute-request-id': 'req-cb08f3d6-8a1b-43bf-9e77-b184efafb1c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:44,157 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.195s 2025-02-19 08:26:44,158 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8f7dd38a-3811-43fa-8f8b-58d519fe040e', 'x-compute-request-id': 'req-8f7dd38a-3811-43fa-8f8b-58d519fe040e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:45,324 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.148s 2025-02-19 08:26:45,325 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bea5c583-0feb-4d7e-a68e-7ab5b95c8f76', 'x-compute-request-id': 'req-bea5c583-0feb-4d7e-a68e-7ab5b95c8f76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:46,499 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:26:46,500 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-efc955e6-4578-4511-ac28-f855eb432050', 'x-compute-request-id': 'req-efc955e6-4578-4511-ac28-f855eb432050', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:47,663 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:26:47,663 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9ad9c532-b34d-4495-926d-868d95e8f0f6', 'x-compute-request-id': 'req-9ad9c532-b34d-4495-926d-868d95e8f0f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:48,831 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:26:48,831 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-dd7bf7d9-264b-4946-a612-fbf66672bec8', 'x-compute-request-id': 'req-dd7bf7d9-264b-4946-a612-fbf66672bec8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:50,062 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.202s 2025-02-19 08:26:50,063 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-96027589-3df9-49ba-800d-ba9557c08455', 'x-compute-request-id': 'req-96027589-3df9-49ba-800d-ba9557c08455', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:51,265 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.185s 2025-02-19 08:26:51,266 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c08486e4-f90b-45e8-b38b-f7e5f2d30211', 'x-compute-request-id': 'req-c08486e4-f90b-45e8-b38b-f7e5f2d30211', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:52,430 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.148s 2025-02-19 08:26:52,430 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d3101cc1-4cd6-4501-a388-f60a797b1f4a', 'x-compute-request-id': 'req-d3101cc1-4cd6-4501-a388-f60a797b1f4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:53,599 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:26:53,599 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-aac0fc55-ca31-4da4-b725-7b3fa45fc4de', 'x-compute-request-id': 'req-aac0fc55-ca31-4da4-b725-7b3fa45fc4de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:54,769 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:26:54,770 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-33742575-8469-4f87-915a-89ae3e765aec', 'x-compute-request-id': 'req-33742575-8469-4f87-915a-89ae3e765aec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:55,993 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.204s 2025-02-19 08:26:55,993 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-341ea140-2035-40da-808b-d004505b3a0e', 'x-compute-request-id': 'req-341ea140-2035-40da-808b-d004505b3a0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:57,205 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.195s 2025-02-19 08:26:57,206 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-458e0bfd-cfa5-4fad-8308-ae3b99df137d', 'x-compute-request-id': 'req-458e0bfd-cfa5-4fad-8308-ae3b99df137d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:58,369 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:26:58,369 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-79fa204a-6a78-46a8-a9b2-c81dd88f4831', 'x-compute-request-id': 'req-79fa204a-6a78-46a8-a9b2-c81dd88f4831', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:59,544 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:26:59,545 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-31f5f4eb-870d-4d5f-8b71-ce2883243ed0', 'x-compute-request-id': 'req-31f5f4eb-870d-4d5f-8b71-ce2883243ed0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:00,714 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:27:00,714 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-309738e7-77d4-4e97-9960-501f85082262', 'x-compute-request-id': 'req-309738e7-77d4-4e97-9960-501f85082262', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:01,911 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.180s 2025-02-19 08:27:01,911 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-06545e66-de88-42cb-9929-2d4c7bdb5566', 'x-compute-request-id': 'req-06545e66-de88-42cb-9929-2d4c7bdb5566', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:03,124 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:27:03,125 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bd4f0225-bd16-4647-a73f-c2eb344475bb', 'x-compute-request-id': 'req-bd4f0225-bd16-4647-a73f-c2eb344475bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:04,341 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.199s 2025-02-19 08:27:04,341 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3b31c478-003b-4a78-8bc9-2a4d5457f234', 'x-compute-request-id': 'req-3b31c478-003b-4a78-8bc9-2a4d5457f234', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:05,509 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:27:05,509 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-20d19df2-767c-4e6f-8ef6-e85b9e37321c', 'x-compute-request-id': 'req-20d19df2-767c-4e6f-8ef6-e85b9e37321c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:06,687 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.160s 2025-02-19 08:27:06,687 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-83d2e8a1-74f1-49a8-9f3e-86293beb9bf5', 'x-compute-request-id': 'req-83d2e8a1-74f1-49a8-9f3e-86293beb9bf5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:07,864 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.159s 2025-02-19 08:27:07,864 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d285d5e4-5be6-46a9-8a0d-a995c35da4aa', 'x-compute-request-id': 'req-d285d5e4-5be6-46a9-8a0d-a995c35da4aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:09,025 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.145s 2025-02-19 08:27:09,025 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e3a03ec1-4a46-4665-b5dc-733f6b71d62e', 'x-compute-request-id': 'req-e3a03ec1-4a46-4665-b5dc-733f6b71d62e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:10,244 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.200s 2025-02-19 08:27:10,244 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c25733e0-217f-4be3-b93e-0357058aebe8', 'x-compute-request-id': 'req-c25733e0-217f-4be3-b93e-0357058aebe8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:11,458 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:27:11,459 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b3de0ec6-4fe2-42c4-bead-4690b25a5b74', 'x-compute-request-id': 'req-b3de0ec6-4fe2-42c4-bead-4690b25a5b74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:12,637 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.160s 2025-02-19 08:27:12,637 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c0a6f5eb-79d9-4365-9528-635aa5ffa88c', 'x-compute-request-id': 'req-c0a6f5eb-79d9-4365-9528-635aa5ffa88c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:13,803 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:27:13,803 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5946e410-67d8-4749-8724-3978e12684c8', 'x-compute-request-id': 'req-5946e410-67d8-4749-8724-3978e12684c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:14,977 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.158s 2025-02-19 08:27:14,977 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c5abb662-4b9d-40d5-bba4-e2d3f1efe7d8', 'x-compute-request-id': 'req-c5abb662-4b9d-40d5-bba4-e2d3f1efe7d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:16,151 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:27:16,151 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-87e87c64-81d1-4c5d-9178-3ac1af963573', 'x-compute-request-id': 'req-87e87c64-81d1-4c5d-9178-3ac1af963573', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:17,359 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.191s 2025-02-19 08:27:17,360 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-01493b38-3411-452f-8f1d-5c3f272bb67c', 'x-compute-request-id': 'req-01493b38-3411-452f-8f1d-5c3f272bb67c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:18,567 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.190s 2025-02-19 08:27:18,567 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-83307dd1-526f-4b52-a9d2-c02e72c519ca', 'x-compute-request-id': 'req-83307dd1-526f-4b52-a9d2-c02e72c519ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:19,737 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:27:19,738 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-af464812-623b-4aeb-80e4-ce1af7c3d4fd', 'x-compute-request-id': 'req-af464812-623b-4aeb-80e4-ce1af7c3d4fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:20,914 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:27:20,914 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2dcf0946-533b-4dcb-9a67-7b3f41882c50', 'x-compute-request-id': 'req-2dcf0946-533b-4dcb-9a67-7b3f41882c50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:22,086 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:27:22,086 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bec62d84-80d7-47c1-bc5d-cd73adda89ac', 'x-compute-request-id': 'req-bec62d84-80d7-47c1-bc5d-cd73adda89ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:23,265 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.163s 2025-02-19 08:27:23,266 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6710f9e2-e266-48bd-9ada-87da1d0d2e9e', 'x-compute-request-id': 'req-6710f9e2-e266-48bd-9ada-87da1d0d2e9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:24,500 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.217s 2025-02-19 08:27:24,501 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fe8d0f54-5294-45ec-bdaf-f56eda12f8a3', 'x-compute-request-id': 'req-fe8d0f54-5294-45ec-bdaf-f56eda12f8a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:25,718 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.200s 2025-02-19 08:27:25,718 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ee46941b-8708-4002-b26e-ea70054c1095', 'x-compute-request-id': 'req-ee46941b-8708-4002-b26e-ea70054c1095', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:26,914 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.180s 2025-02-19 08:27:26,914 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d32dbd18-a24b-4635-9453-6a148b5e41fc', 'x-compute-request-id': 'req-d32dbd18-a24b-4635-9453-6a148b5e41fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:28,105 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.169s 2025-02-19 08:27:28,106 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4ac5e9fc-4b2f-40b9-ab59-1de929660cd2', 'x-compute-request-id': 'req-4ac5e9fc-4b2f-40b9-ab59-1de929660cd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:29,300 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.176s 2025-02-19 08:27:29,300 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2eb86af3-0fc6-41e1-8eab-4675eb714c79', 'x-compute-request-id': 'req-2eb86af3-0fc6-41e1-8eab-4675eb714c79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:30,496 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.172s 2025-02-19 08:27:30,497 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6ac2327f-1508-4c46-bab9-3fc1a9737dfd', 'x-compute-request-id': 'req-6ac2327f-1508-4c46-bab9-3fc1a9737dfd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:31,726 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.213s 2025-02-19 08:27:31,727 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ef808665-5d35-4ada-9581-d28bb3f16d05', 'x-compute-request-id': 'req-ef808665-5d35-4ada-9581-d28bb3f16d05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:32,895 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:27:32,896 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3eb0743c-1706-4bec-9665-3b16b6dfff75', 'x-compute-request-id': 'req-3eb0743c-1706-4bec-9665-3b16b6dfff75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:34,061 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:27:34,061 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3495c061-d54b-4aef-af88-ea006cb9857f', 'x-compute-request-id': 'req-3495c061-d54b-4aef-af88-ea006cb9857f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:35,234 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:27:35,234 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c2fb312b-e6f5-4c51-a2f2-50b4049941a8', 'x-compute-request-id': 'req-c2fb312b-e6f5-4c51-a2f2-50b4049941a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:36,421 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.169s 2025-02-19 08:27:36,422 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3455891d-36e6-44ae-b3ce-c6bf067152b0', 'x-compute-request-id': 'req-3455891d-36e6-44ae-b3ce-c6bf067152b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:37,649 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.212s 2025-02-19 08:27:37,650 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-626c05de-4f66-405d-9a0c-10084eaa049c', 'x-compute-request-id': 'req-626c05de-4f66-405d-9a0c-10084eaa049c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:38,822 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:27:38,823 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c6d5278f-2377-428a-8ccb-e0efaf4f65b0', 'x-compute-request-id': 'req-c6d5278f-2377-428a-8ccb-e0efaf4f65b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:40,000 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.161s 2025-02-19 08:27:40,001 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-900a86db-c7a4-49f5-b0c7-06060743fb8f', 'x-compute-request-id': 'req-900a86db-c7a4-49f5-b0c7-06060743fb8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:41,179 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.162s 2025-02-19 08:27:41,179 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-62f96892-c826-4ba2-8ae8-ebbe6bf88a65', 'x-compute-request-id': 'req-62f96892-c826-4ba2-8ae8-ebbe6bf88a65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:42,348 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:27:42,349 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-988795b6-dc12-4596-943c-dee709a8ad27', 'x-compute-request-id': 'req-988795b6-dc12-4596-943c-dee709a8ad27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:43,571 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.204s 2025-02-19 08:27:43,571 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0ff3474c-104b-4648-9b27-017eb673c200', 'x-compute-request-id': 'req-0ff3474c-104b-4648-9b27-017eb673c200', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:44,762 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.176s 2025-02-19 08:27:44,763 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a2f03d3d-c5f5-4220-8de5-147f6fbf3e56', 'x-compute-request-id': 'req-a2f03d3d-c5f5-4220-8de5-147f6fbf3e56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:45,937 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:27:45,938 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-84d4dc12-3bdb-4725-9118-33ffa6b8eabe', 'x-compute-request-id': 'req-84d4dc12-3bdb-4725-9118-33ffa6b8eabe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:47,108 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:27:47,108 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fee69771-8d30-4808-ac1f-3f788c551d1e', 'x-compute-request-id': 'req-fee69771-8d30-4808-ac1f-3f788c551d1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:48,274 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:27:48,275 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-241c34f5-7747-405e-9733-1f6d1bc73bdd', 'x-compute-request-id': 'req-241c34f5-7747-405e-9733-1f6d1bc73bdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:49,483 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.191s 2025-02-19 08:27:49,484 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0311fe91-a927-4aa9-aeac-4e93b1d4787e', 'x-compute-request-id': 'req-0311fe91-a927-4aa9-aeac-4e93b1d4787e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:50,649 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:27:50,649 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-75337639-28d7-4ef4-94fb-97d640ddcb34', 'x-compute-request-id': 'req-75337639-28d7-4ef4-94fb-97d640ddcb34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:51,806 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.141s 2025-02-19 08:27:51,807 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c93f6a8c-f4ad-4d63-8a52-1192227274db', 'x-compute-request-id': 'req-c93f6a8c-f4ad-4d63-8a52-1192227274db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:52,973 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:27:52,973 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-dd8a0a79-92ea-4396-b3b4-9e32222fcc44', 'x-compute-request-id': 'req-dd8a0a79-92ea-4396-b3b4-9e32222fcc44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:54,142 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:27:54,142 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-db1e1ef6-511d-404b-8c88-4f000884347a', 'x-compute-request-id': 'req-db1e1ef6-511d-404b-8c88-4f000884347a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:55,363 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.205s 2025-02-19 08:27:55,363 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-de31787c-2c80-48f9-bef3-5bbb5dd64747', 'x-compute-request-id': 'req-de31787c-2c80-48f9-bef3-5bbb5dd64747', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:56,529 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:27:56,530 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-2ae62567-2724-4f79-9e9f-61b86a1ce72e', 'x-compute-request-id': 'req-2ae62567-2724-4f79-9e9f-61b86a1ce72e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:57,730 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.185s 2025-02-19 08:27:57,731 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e0639121-895f-4fc8-883f-ce2ab79b6124', 'x-compute-request-id': 'req-e0639121-895f-4fc8-883f-ce2ab79b6124', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:58,900 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:27:58,900 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-124821fe-f6ec-46fc-a27f-ee8439a4b549', 'x-compute-request-id': 'req-124821fe-f6ec-46fc-a27f-ee8439a4b549', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:00,072 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:28:00,072 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a62ac8e4-8b45-495c-b7dc-31ea6d151af4', 'x-compute-request-id': 'req-a62ac8e4-8b45-495c-b7dc-31ea6d151af4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:01,268 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.179s 2025-02-19 08:28:01,269 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-9b78e4fe-ce63-4278-8e6a-1beb048378b2', 'x-compute-request-id': 'req-9b78e4fe-ce63-4278-8e6a-1beb048378b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:02,455 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.170s 2025-02-19 08:28:02,455 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ca6ff4ae-06a0-471b-b848-6b6ab99a39a1', 'x-compute-request-id': 'req-ca6ff4ae-06a0-471b-b848-6b6ab99a39a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:03,692 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.221s 2025-02-19 08:28:03,693 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-1b6b0e83-9fc5-4149-895a-bc077c74a8e7', 'x-compute-request-id': 'req-1b6b0e83-9fc5-4149-895a-bc077c74a8e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:04,904 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.196s 2025-02-19 08:28:04,905 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0108ff46-b0ad-49aa-a680-ede1fea11167', 'x-compute-request-id': 'req-0108ff46-b0ad-49aa-a680-ede1fea11167', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:23:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:05,034 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.111s 2025-02-19 08:28:05,034 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26c1bd2b-7f59-4dcb-917e-c54b1f9a75fe', 'x-compute-request-id': 'req-26c1bd2b-7f59-4dcb-917e-c54b1f9a75fe', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'' 2025-02-19 08:28:05,144 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.109s 2025-02-19 08:28:05,144 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37f99ae1-7b65-43e2-b538-4fb55a9515ee', 'x-compute-request-id': 'req-37f99ae1-7b65-43e2-b538-4fb55a9515ee', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'' 2025-02-19 08:28:05,295 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.150s 2025-02-19 08:28:05,296 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1521', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fac53d45-6ade-402d-803e-7e9feebafc1b', 'x-compute-request-id': 'req-fac53d45-6ade-402d-803e-7e9feebafc1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "ACTIVE", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:04Z", "addresses": {"tempest-MultipleCreateTestJSON-962278102-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:c1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:06,468 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.156s 2025-02-19 08:28:06,469 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1521', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b00a76-ff4a-4489-8cd1-0c1726d82367', 'x-compute-request-id': 'req-e1b00a76-ff4a-4489-8cd1-0c1726d82367', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "ACTIVE", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:04Z", "addresses": {"tempest-MultipleCreateTestJSON-962278102-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:c1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:07,667 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.181s 2025-02-19 08:28:07,668 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1521', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64aac619-13c7-4249-a441-f1b4c467a0ea', 'x-compute-request-id': 'req-64aac619-13c7-4249-a441-f1b4c467a0ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "ACTIVE", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:06Z", "addresses": {"tempest-MultipleCreateTestJSON-962278102-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:c1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:08,769 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.085s 2025-02-19 08:28:08,770 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c94c3b4-ad9f-43b3-a640-3b63bf81fe72', 'x-compute-request-id': 'req-3c94c3b4-ad9f-43b3-a640-3b63bf81fe72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "ACTIVE", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:09,887 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.101s 2025-02-19 08:28:09,887 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e2e905-f09f-4add-806a-357506b39f1a', 'x-compute-request-id': 'req-91e2e905-f09f-4add-806a-357506b39f1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "DELETED", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:28:08.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:09,903 88072 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait 2025-02-19 08:28:11,002 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.097s 2025-02-19 08:28:11,002 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b75c9790-cd6f-400a-bbe6-1db82211c165', 'x-compute-request-id': 'req-b75c9790-cd6f-400a-bbe6-1db82211c165', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"server": {"id": "7b7893c8-8a09-4822-8a1e-45e2658850d1", "name": "tempest-tempest.common.compute-instance-1146354524-2", "status": "DELETED", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-02-19T08:24:47.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:28:08.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:12,056 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 404 GET https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1 0.037s 2025-02-19 08:28:12,056 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bc5e5bba-892c-408e-b86e-e539930f122d', 'x-compute-request-id': 'req-bc5e5bba-892c-408e-b86e-e539930f122d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/7b7893c8-8a09-4822-8a1e-45e2658850d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7b7893c8-8a09-4822-8a1e-45e2658850d1 could not be found."}}' 2025-02-19 08:28:12,278 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.221s 2025-02-19 08:28:12,279 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-34164e7d-fe5d-47f2-aeaf-8b1aa347bfc4', 'x-compute-request-id': 'req-34164e7d-fe5d-47f2-aeaf-8b1aa347bfc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:13,456 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.160s 2025-02-19 08:28:13,457 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-722673ac-6557-4043-8d4c-7702c8ce909e', 'x-compute-request-id': 'req-722673ac-6557-4043-8d4c-7702c8ce909e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:14,636 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.163s 2025-02-19 08:28:14,636 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-22fc2d4f-e779-4b95-a1ce-e3d4e75ef5df', 'x-compute-request-id': 'req-22fc2d4f-e779-4b95-a1ce-e3d4e75ef5df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:15,795 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.142s 2025-02-19 08:28:15,796 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-25dbe17d-e3ad-42dd-98b8-9d8b6e0c07fd', 'x-compute-request-id': 'req-25dbe17d-e3ad-42dd-98b8-9d8b6e0c07fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:16,966 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:28:16,967 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b5765fda-31ad-41c0-a305-547a72fdeca4', 'x-compute-request-id': 'req-b5765fda-31ad-41c0-a305-547a72fdeca4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:18,172 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:28:18,172 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b9754233-e61a-4a49-8f99-d5c95dcd5eb9', 'x-compute-request-id': 'req-b9754233-e61a-4a49-8f99-d5c95dcd5eb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:19,327 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.139s 2025-02-19 08:28:19,328 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-abed4616-5533-4c65-8114-6fecfa33cab5', 'x-compute-request-id': 'req-abed4616-5533-4c65-8114-6fecfa33cab5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:20,508 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.164s 2025-02-19 08:28:20,508 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-1579c7e5-81ee-4552-8f6b-cc1407ed248d', 'x-compute-request-id': 'req-1579c7e5-81ee-4552-8f6b-cc1407ed248d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:21,667 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.143s 2025-02-19 08:28:21,667 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-06b89737-bf96-4370-bf94-dcd2a5b54dea', 'x-compute-request-id': 'req-06b89737-bf96-4370-bf94-dcd2a5b54dea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:22,833 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:28:22,833 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7a3a85c4-0c3d-41e9-bad4-7d2e01a00f13', 'x-compute-request-id': 'req-7a3a85c4-0c3d-41e9-bad4-7d2e01a00f13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:24,056 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.206s 2025-02-19 08:28:24,056 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8285e551-fb72-4af0-9822-905770ce3a02', 'x-compute-request-id': 'req-8285e551-fb72-4af0-9822-905770ce3a02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:25,218 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.145s 2025-02-19 08:28:25,219 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-775f881d-a128-4563-b567-e8db2aa9cbf5', 'x-compute-request-id': 'req-775f881d-a128-4563-b567-e8db2aa9cbf5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:26,383 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:28:26,384 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-42d000e9-5c74-4257-82e5-305c83045019', 'x-compute-request-id': 'req-42d000e9-5c74-4257-82e5-305c83045019', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:27,595 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.194s 2025-02-19 08:28:27,596 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e6ed6fd7-2bd8-4b5f-ab16-a093d4cd0f14', 'x-compute-request-id': 'req-e6ed6fd7-2bd8-4b5f-ab16-a093d4cd0f14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:28,768 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:28:28,768 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-be57a3c4-1726-4096-bc38-37190a5eb230', 'x-compute-request-id': 'req-be57a3c4-1726-4096-bc38-37190a5eb230', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:30,267 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.482s 2025-02-19 08:28:30,267 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-434e65ae-bbb4-4ad2-beee-e4c5acc8c864', 'x-compute-request-id': 'req-434e65ae-bbb4-4ad2-beee-e4c5acc8c864', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:31,442 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.158s 2025-02-19 08:28:31,442 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6056afb4-9cf3-4dda-b3af-d3efc085de0e', 'x-compute-request-id': 'req-6056afb4-9cf3-4dda-b3af-d3efc085de0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:32,646 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:28:32,646 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d73da701-d0f9-45f8-b9ff-c913c680e7ea', 'x-compute-request-id': 'req-d73da701-d0f9-45f8-b9ff-c913c680e7ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:33,821 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.159s 2025-02-19 08:28:33,821 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f4cce945-1cde-4d8d-8238-325070dccf1c', 'x-compute-request-id': 'req-f4cce945-1cde-4d8d-8238-325070dccf1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:35,030 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.190s 2025-02-19 08:28:35,030 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4be85e06-109b-4f3b-b532-0b96ab60befd', 'x-compute-request-id': 'req-4be85e06-109b-4f3b-b532-0b96ab60befd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:36,202 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:28:36,203 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c3d54eb9-a947-455a-a8c4-6818c1332d0e', 'x-compute-request-id': 'req-c3d54eb9-a947-455a-a8c4-6818c1332d0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:37,370 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:28:37,370 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3fdbd74b-7852-4a3d-a58c-61e77477f09b', 'x-compute-request-id': 'req-3fdbd74b-7852-4a3d-a58c-61e77477f09b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:38,541 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:28:38,542 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-01931c01-5352-4d28-b9ae-fe653ff7ab7c', 'x-compute-request-id': 'req-01931c01-5352-4d28-b9ae-fe653ff7ab7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:39,703 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.145s 2025-02-19 08:28:39,703 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-68a3869e-b523-451b-9a0d-95adf2b44f27', 'x-compute-request-id': 'req-68a3869e-b523-451b-9a0d-95adf2b44f27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:40,931 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.211s 2025-02-19 08:28:40,932 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e07ae5eb-4a79-4270-b4ae-cef526eb5c8a', 'x-compute-request-id': 'req-e07ae5eb-4a79-4270-b4ae-cef526eb5c8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:42,346 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.394s 2025-02-19 08:28:42,346 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f4da98bd-15ee-4914-abf3-d34d9ba49768', 'x-compute-request-id': 'req-f4da98bd-15ee-4914-abf3-d34d9ba49768', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:43,567 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.204s 2025-02-19 08:28:43,567 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ee0d0701-984c-40fc-babf-68c9376ea91e', 'x-compute-request-id': 'req-ee0d0701-984c-40fc-babf-68c9376ea91e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:44,739 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:28:44,739 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3ee4733b-0d34-46f2-bf63-fef355bd446d', 'x-compute-request-id': 'req-3ee4733b-0d34-46f2-bf63-fef355bd446d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:45,922 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.166s 2025-02-19 08:28:45,922 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ed407575-2aa8-4154-8c13-dae03b3264ca', 'x-compute-request-id': 'req-ed407575-2aa8-4154-8c13-dae03b3264ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:47,092 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:28:47,092 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e3343716-31ae-464a-85cb-b9f98033c121', 'x-compute-request-id': 'req-e3343716-31ae-464a-85cb-b9f98033c121', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:48,265 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.156s 2025-02-19 08:28:48,265 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fd899ad5-d733-40e3-b4d9-a38add1dd9fe', 'x-compute-request-id': 'req-fd899ad5-d733-40e3-b4d9-a38add1dd9fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:49,475 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.194s 2025-02-19 08:28:49,476 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-fd11cafa-3229-44a3-a23b-e4b64f6cc323', 'x-compute-request-id': 'req-fd11cafa-3229-44a3-a23b-e4b64f6cc323', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:50,638 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.146s 2025-02-19 08:28:50,638 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-378d28c9-3b2e-43a8-8967-a2e8f794c698', 'x-compute-request-id': 'req-378d28c9-3b2e-43a8-8967-a2e8f794c698', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:51,962 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.307s 2025-02-19 08:28:51,962 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0c28bd6b-441b-48ee-a522-7367b75a9468', 'x-compute-request-id': 'req-0c28bd6b-441b-48ee-a522-7367b75a9468', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:53,133 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.155s 2025-02-19 08:28:53,134 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-77511e1b-4b2a-4232-a9a1-3f9df7ec2586', 'x-compute-request-id': 'req-77511e1b-4b2a-4232-a9a1-3f9df7ec2586', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:54,303 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:28:54,303 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8405b229-4ba4-4649-8973-2f33da0c02c3', 'x-compute-request-id': 'req-8405b229-4ba4-4649-8973-2f33da0c02c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:55,496 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.177s 2025-02-19 08:28:55,497 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4d5df080-9f26-4086-abb2-235aa771e45e', 'x-compute-request-id': 'req-4d5df080-9f26-4086-abb2-235aa771e45e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:56,665 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:28:56,666 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-06e02ab0-291a-4b8f-a54e-ddb3d275e979', 'x-compute-request-id': 'req-06e02ab0-291a-4b8f-a54e-ddb3d275e979', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:57,856 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.173s 2025-02-19 08:28:57,856 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-61856b5a-23bb-48fc-9ecf-b3daab70fa9a', 'x-compute-request-id': 'req-61856b5a-23bb-48fc-9ecf-b3daab70fa9a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:59,007 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.134s 2025-02-19 08:28:59,008 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8a492b35-ca89-4b09-8a99-22ff331a1a26', 'x-compute-request-id': 'req-8a492b35-ca89-4b09-8a99-22ff331a1a26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:00,170 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.146s 2025-02-19 08:29:00,170 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4169ba71-e727-4e60-b4e1-a7bf70737d0a', 'x-compute-request-id': 'req-4169ba71-e727-4e60-b4e1-a7bf70737d0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:01,367 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.179s 2025-02-19 08:29:01,367 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-027d31ae-3d63-435e-9017-f93fb913b66a', 'x-compute-request-id': 'req-027d31ae-3d63-435e-9017-f93fb913b66a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:02,537 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:29:02,537 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ee56efa2-09cc-4127-8b56-3bc77a927fb5', 'x-compute-request-id': 'req-ee56efa2-09cc-4127-8b56-3bc77a927fb5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:03,749 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.190s 2025-02-19 08:29:03,750 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-209f7207-73d0-4a28-8501-5b967625866c', 'x-compute-request-id': 'req-209f7207-73d0-4a28-8501-5b967625866c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:04,956 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.188s 2025-02-19 08:29:04,956 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f01ab9c2-f80d-48d1-8cdd-92d723cfeaa4', 'x-compute-request-id': 'req-f01ab9c2-f80d-48d1-8cdd-92d723cfeaa4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:06,158 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:29:06,159 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c422d89f-b389-4198-aaae-3d20c046e296', 'x-compute-request-id': 'req-c422d89f-b389-4198-aaae-3d20c046e296', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:07,348 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.167s 2025-02-19 08:29:07,349 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-97c072da-f131-4ab3-84c6-e7cae37c0516', 'x-compute-request-id': 'req-97c072da-f131-4ab3-84c6-e7cae37c0516', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:08,553 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.184s 2025-02-19 08:29:08,553 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0480a16b-b57d-4d70-9497-268214640680', 'x-compute-request-id': 'req-0480a16b-b57d-4d70-9497-268214640680', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:09,702 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.133s 2025-02-19 08:29:09,702 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-8c562c4a-d61d-4982-bcea-f12fdd6e1bc7', 'x-compute-request-id': 'req-8c562c4a-d61d-4982-bcea-f12fdd6e1bc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:10,916 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:29:10,916 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-53749e6e-3aae-4b94-bd70-f6200b4bb172', 'x-compute-request-id': 'req-53749e6e-3aae-4b94-bd70-f6200b4bb172', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:12,076 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.143s 2025-02-19 08:29:12,076 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-934103ef-379e-4caf-9390-f922fec1a34f', 'x-compute-request-id': 'req-934103ef-379e-4caf-9390-f922fec1a34f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:13,234 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.142s 2025-02-19 08:29:13,234 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7238f9a2-131b-4f7e-bbc6-5e4b2a4e9610', 'x-compute-request-id': 'req-7238f9a2-131b-4f7e-bbc6-5e4b2a4e9610', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:14,394 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.143s 2025-02-19 08:29:14,394 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a54e94c5-66f5-4054-939a-87d97466a0d2', 'x-compute-request-id': 'req-a54e94c5-66f5-4054-939a-87d97466a0d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:15,560 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.148s 2025-02-19 08:29:15,560 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4dcbeb59-d8d0-4ce8-90b4-38aafd4a7a97', 'x-compute-request-id': 'req-4dcbeb59-d8d0-4ce8-90b4-38aafd4a7a97', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:16,784 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.208s 2025-02-19 08:29:16,784 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4dbee88d-3f82-4a07-b79c-4723ad2b19b7', 'x-compute-request-id': 'req-4dbee88d-3f82-4a07-b79c-4723ad2b19b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:17,973 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.171s 2025-02-19 08:29:17,973 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-0541c326-6982-4f35-b9fe-76d5f57c6804', 'x-compute-request-id': 'req-0541c326-6982-4f35-b9fe-76d5f57c6804', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:19,142 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:29:19,142 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-a97fe2c9-e0df-49d8-9fae-afe06344aac8', 'x-compute-request-id': 'req-a97fe2c9-e0df-49d8-9fae-afe06344aac8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:20,296 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.138s 2025-02-19 08:29:20,297 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-12332c83-257a-462f-8977-620316b50b48', 'x-compute-request-id': 'req-12332c83-257a-462f-8977-620316b50b48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:21,465 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:29:21,465 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-eed14cf2-bc3e-460e-aa6f-c007b20f3be7', 'x-compute-request-id': 'req-eed14cf2-bc3e-460e-aa6f-c007b20f3be7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:22,629 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:29:22,629 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bb413af6-c96d-41c9-9df1-8d36ec9055aa', 'x-compute-request-id': 'req-bb413af6-c96d-41c9-9df1-8d36ec9055aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:23,843 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.197s 2025-02-19 08:29:23,843 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f5857cc7-248b-40bc-beb0-fe228f8b7c68', 'x-compute-request-id': 'req-f5857cc7-248b-40bc-beb0-fe228f8b7c68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:25,033 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.173s 2025-02-19 08:29:25,033 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d889c2a2-1a6a-41b3-b893-f375d70a2601', 'x-compute-request-id': 'req-d889c2a2-1a6a-41b3-b893-f375d70a2601', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:26,198 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.149s 2025-02-19 08:29:26,198 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d7e49119-38ab-49f2-adbd-c0bea49f1ca9', 'x-compute-request-id': 'req-d7e49119-38ab-49f2-adbd-c0bea49f1ca9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:27,358 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.144s 2025-02-19 08:29:27,359 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c10f2033-743c-4991-a24c-f41149a16dc4', 'x-compute-request-id': 'req-c10f2033-743c-4991-a24c-f41149a16dc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:28,552 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.175s 2025-02-19 08:29:28,552 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4816f249-4eae-42a4-8659-810a93e0e2fc', 'x-compute-request-id': 'req-4816f249-4eae-42a4-8659-810a93e0e2fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:29,763 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.193s 2025-02-19 08:29:29,763 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-89e2d59f-9d37-4ec4-ae9d-48d2e143941a', 'x-compute-request-id': 'req-89e2d59f-9d37-4ec4-ae9d-48d2e143941a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:30,968 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:29:30,969 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d0dc9368-e11b-4dd4-9a99-212629c516ff', 'x-compute-request-id': 'req-d0dc9368-e11b-4dd4-9a99-212629c516ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:32,130 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.144s 2025-02-19 08:29:32,130 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bc51675a-04dc-4baa-bfc4-99669115fb8a', 'x-compute-request-id': 'req-bc51675a-04dc-4baa-bfc4-99669115fb8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:33,295 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:29:33,295 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-affd4694-3126-442c-99ba-e31803a55532', 'x-compute-request-id': 'req-affd4694-3126-442c-99ba-e31803a55532', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:34,463 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:29:34,463 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ccc626b6-b104-453a-92fa-de9db0d6a683', 'x-compute-request-id': 'req-ccc626b6-b104-453a-92fa-de9db0d6a683', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:35,624 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.144s 2025-02-19 08:29:35,624 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-656fad89-b65a-4421-8458-b784d6542e6f', 'x-compute-request-id': 'req-656fad89-b65a-4421-8458-b784d6542e6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:36,826 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:29:36,826 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-083e7cd5-19e4-4eca-acb9-389828623c4e', 'x-compute-request-id': 'req-083e7cd5-19e4-4eca-acb9-389828623c4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:38,029 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:29:38,030 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f5dac409-0b8f-4eac-a6fd-f290cd4fe21a', 'x-compute-request-id': 'req-f5dac409-0b8f-4eac-a6fd-f290cd4fe21a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:39,190 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.142s 2025-02-19 08:29:39,190 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-911e74fd-ab43-4364-b643-25712811ae7e', 'x-compute-request-id': 'req-911e74fd-ab43-4364-b643-25712811ae7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:40,360 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.153s 2025-02-19 08:29:40,360 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-66a45936-c0ad-4937-a206-f71763e68863', 'x-compute-request-id': 'req-66a45936-c0ad-4937-a206-f71763e68863', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:41,597 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.221s 2025-02-19 08:29:41,597 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e0d48392-e811-4c9c-a039-4196137ad68b', 'x-compute-request-id': 'req-e0d48392-e811-4c9c-a039-4196137ad68b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:42,768 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.154s 2025-02-19 08:29:42,768 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-95f5514a-53e0-4da7-8d60-c8a9373c9fe8', 'x-compute-request-id': 'req-95f5514a-53e0-4da7-8d60-c8a9373c9fe8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:43,965 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.179s 2025-02-19 08:29:43,965 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f0dc7d71-c6fe-4442-91f0-254cf77b47da', 'x-compute-request-id': 'req-f0dc7d71-c6fe-4442-91f0-254cf77b47da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:45,168 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.186s 2025-02-19 08:29:45,168 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-1a6f62a4-0a9a-4f76-a40a-c35ec8d1427a', 'x-compute-request-id': 'req-1a6f62a4-0a9a-4f76-a40a-c35ec8d1427a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:46,335 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.150s 2025-02-19 08:29:46,336 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-f43029ec-b613-4d0f-8612-78306d2c7435', 'x-compute-request-id': 'req-f43029ec-b613-4d0f-8612-78306d2c7435', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:47,499 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.147s 2025-02-19 08:29:47,500 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e17c8ce7-4bff-44df-a8fd-605ccc0ea2cd', 'x-compute-request-id': 'req-e17c8ce7-4bff-44df-a8fd-605ccc0ea2cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:48,668 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:29:48,668 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-7de26bc5-8d38-4c25-806b-2f7e25fefe80', 'x-compute-request-id': 'req-7de26bc5-8d38-4c25-806b-2f7e25fefe80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:49,873 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.187s 2025-02-19 08:29:49,874 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e0075c2f-5b79-4a7a-90bb-b499b1c3b5bf', 'x-compute-request-id': 'req-e0075c2f-5b79-4a7a-90bb-b499b1c3b5bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:51,085 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.194s 2025-02-19 08:29:51,085 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-bf462d24-5e45-4ccf-9c0c-31fe617ea6f5', 'x-compute-request-id': 'req-bf462d24-5e45-4ccf-9c0c-31fe617ea6f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:52,275 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.172s 2025-02-19 08:29:52,275 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-d964ac71-0260-4e10-9c5d-26c002bfc26b', 'x-compute-request-id': 'req-d964ac71-0260-4e10-9c5d-26c002bfc26b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:53,431 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.139s 2025-02-19 08:29:53,431 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-63702638-dd3e-49c6-afe7-ffaa6cc3a901', 'x-compute-request-id': 'req-63702638-dd3e-49c6-afe7-ffaa6cc3a901', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:54,604 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.157s 2025-02-19 08:29:54,604 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-6d39f322-cf1f-4d0c-8882-6377a80dc88a', 'x-compute-request-id': 'req-6d39f322-cf1f-4d0c-8882-6377a80dc88a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:55,763 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.141s 2025-02-19 08:29:55,764 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-4ce1e8a9-5850-460f-a172-0a4259d27d24', 'x-compute-request-id': 'req-4ce1e8a9-5850-460f-a172-0a4259d27d24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:56,918 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.137s 2025-02-19 08:29:56,918 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b1a7db92-0dea-4767-a9a6-ba2bc63114aa', 'x-compute-request-id': 'req-b1a7db92-0dea-4767-a9a6-ba2bc63114aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:58,122 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.188s 2025-02-19 08:29:58,123 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-e4c7bdda-2016-4080-bc4c-48282108be54', 'x-compute-request-id': 'req-e4c7bdda-2016-4080-bc4c-48282108be54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:59,326 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.185s 2025-02-19 08:29:59,327 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-b4889df5-b630-456f-9131-0f4659f9eb32', 'x-compute-request-id': 'req-b4889df5-b630-456f-9131-0f4659f9eb32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:00,495 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.151s 2025-02-19 08:30:00,495 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-61947b47-6eeb-4d3a-a6ad-d85f7edad782', 'x-compute-request-id': 'req-61947b47-6eeb-4d3a-a6ad-d85f7edad782', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:01,718 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.207s 2025-02-19 08:30:01,719 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-080d39a4-a3c7-4af3-ad8c-b5c15d6a26a9', 'x-compute-request-id': 'req-080d39a4-a3c7-4af3-ad8c-b5c15d6a26a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:02,922 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.175s 2025-02-19 08:30:02,922 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-80ad2b4d-25ff-4207-80c2-e92c1c9319e4', 'x-compute-request-id': 'req-80ad2b4d-25ff-4207-80c2-e92c1c9319e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:04,092 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.152s 2025-02-19 08:30:04,092 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-994931f6-81df-406a-ac77-c8b2b6b94775', 'x-compute-request-id': 'req-994931f6-81df-406a-ac77-c8b2b6b94775', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:28:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:05,312 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.203s 2025-02-19 08:30:05,312 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-ac99d53a-b45a-437a-bec8-789e78075628', 'x-compute-request-id': 'req-ac99d53a-b45a-437a-bec8-789e78075628', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:06,506 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.174s 2025-02-19 08:30:06,506 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-3642aaf6-2292-400c-8ca3-57acb40e75b7', 'x-compute-request-id': 'req-3642aaf6-2292-400c-8ca3-57acb40e75b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "63344c62d33c712ea300c616f038ea60fd3eb43c52c0577366c2267e", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:07,658 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.135s 2025-02-19 08:30:07,659 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0af1cce5-17ef-467f-9675-dfa362279fd9', 'x-compute-request-id': 'req-0af1cce5-17ef-467f-9675-dfa362279fd9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:08,758 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.082s 2025-02-19 08:30:08,758 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6ac6cc-6fa2-4de2-80d8-52d355add7dc', 'x-compute-request-id': 'req-6c6ac6cc-6fa2-4de2-80d8-52d355add7dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:09,858 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.083s 2025-02-19 08:30:09,858 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-916c01fd-9850-41c1-b04f-d9f84ce67b81', 'x-compute-request-id': 'req-916c01fd-9850-41c1-b04f-d9f84ce67b81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "BUILD", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:10,992 88072 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 0.117s 2025-02-19 08:30:10,992 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-345c0c12-f952-4e86-bd68-6909921418b8', 'x-compute-request-id': 'req-345c0c12-f952-4e86-bd68-6909921418b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04'} Body: b'{"server": {"id": "2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04", "name": "tempest-tempest.common.compute-instance-1146354524-1", "status": "ERROR", "tenant_id": "7b55dd4191834202b3ebfdcb02ee50d6", "user_id": "f9515a591684426495a300bfbfa0ff71", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:52Z", "updated": "2025-02-19T08:30:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-02-19T08:30:10Z", "message": "Build of instance 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 aborted: Failed to allocate the network(s), not rescheduling."}, "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": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:11,007 88072 INFO [tempest.common.waiters] State transition "BUILD/deleting" ==> "ERROR/None" after 119 second wait 2025-02-19 08:30:11,007 88072 ERROR [tempest.common.compute] Server 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 failed to delete in time 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute Traceback (most recent call last): 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute server = waiters.wait_for_server_status( 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute raise lib_exc.TimeoutException(message) 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute Details: (MultipleCreateTestJSON:test_multiple_create) Server 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 failed to reach ACTIVE status and task state "None" within the required time (196 s). Request ID of server operation performed before checking the server status req-f4168c67-5b31-4e0a-ab47-7d510123b7f8. Current status: BUILD. Current task state: spawning. 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute Traceback (most recent call last): 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 356, in create_test_server 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute waiters.wait_for_server_termination( 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id) 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute Details: Server 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-02-19T08:30:10Z', 'message': 'Build of instance 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 aborted: Failed to allocate the network(s), not rescheduling.'}. 2025-02-19 08:30:11.007 88072 ERROR tempest.common.compute }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_multiple_create.py", line 33, in test_multiple_create body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (MultipleCreateTestJSON:test_multiple_create) Server 2e2c47e7-b4c6-4b3a-a774-5bb3d40adf04 failed to reach ACTIVE status and task state "None" within the required time (196 s). Request ID of server operation performed before checking the server status req-f4168c67-5b31-4e0a-ab47-7d510123b7f8. Current status: BUILD. Current task state: spawning. |
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
pass
pt87.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 10 | 7 | 2 | 0 | 1 | Detail | |
test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
skip
pt88.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
||||||
test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
pass
pt88.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
||||||
test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
pass
pt88.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
||||||
test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73] |
pass
pt88.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73] |
||||||
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
pass
pt88.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
||||||
test_rebuild_server[id-aaa6cdf3-55a7-461a-add9-1c8596b9a07c] |
fail
ft88.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server[id-aaa6cdf3-55a7-461a-add9-1c8596b9a07c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:26:33,943 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd 0.196s 2025-02-19 08:26:33,944 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9c4e7c3-4f1e-4f6a-9c86-bca3b377a30f', 'x-compute-request-id': 'req-f9c4e7c3-4f1e-4f6a-9c86-bca3b377a30f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd'} Body: b'{"server": {"id": "2c23da77-9ff0-4711-b767-b4c3bbd1f2cd", "name": "tempest-ServerActionsTestJSON-server-1762525096", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:08Z", "updated": "2025-02-19T08:25:59Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:5e:1b"}, {"version": 4, "addr": "172.24.5.110", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:5e:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:23:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:26:34,083 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.116s 2025-02-19 08:26:34,083 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2970', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-989db820-e940-4a3e-8c9e-a9eda1ec68a3', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d714d8ec192a4991bb1df5bdd2d7a771", "name": "tempest-ServerActionsTestJSON-1655019582-project-member", "password_expires_at": null}, "audit_ids": ["ydaG3SojSiuh77sXo7R74A"], "expires_at": "2025-02-19T09:26:34.000000Z", "issued_at": "2025-02-19T08:26:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bb226f4e13744c7bc9243187dd0d5d9", "name": "tempest-ServerActionsTestJSON-1655019582"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/5bb226f4e13744c7bc9243187dd0d5d9", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_5bb226f4e13744c7bc9243187dd0d5d9", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:26:34,083 88074 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_rebuild_server) Found network {'id': 'b45d48bb-d239-4fad-a48b-69cdabca8196', 'name': 'tempest-ServerActionsTestJSON-1869444351-network', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43438, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:22:53Z', 'updated_at': '2025-02-19T08:22:53Z', 'revision_number': 1} available for tenant 2025-02-19 08:26:34,084 88074 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-02-19 08:26:34,084 88074 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-02-19 08:26:34,132 88074 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.209.35.117/compute/v2.1/os-keypairs 0.047s 2025-02-19 08:26:34,133 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-284193513", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH8K5R/l0si8jk1UzTa8Dgo88pXyY5h6YeiynIMJtCfV2r1SLkAr6O4XLx49KyZkoXq08cjvb9X/oSdWY1pyDo7amwzwIbhdVdj8+jHhjVc9KoGDlgl4aFsvRw5QugXC1w=="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-c837b3f6-59c3-4297-b1e8-8af25bf08fa8', 'x-compute-request-id': 'req-c837b3f6-59c3-4297-b1e8-8af25bf08fa8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-284193513", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH8K5R/l0si8jk1UzTa8Dgo88pXyY5h6YeiynIMJtCfV2r1SLkAr6O4XLx49KyZkoXq08cjvb9X/oSdWY1pyDo7amwzwIbhdVdj8+jHhjVc9KoGDlgl4aFsvRw5QugXC1w==", "fingerprint": "9c:cc:13:b1:8c:93:15:6b:3c:7f:19:65:bb:36:6d:12", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771"}}' 2025-02-19 08:26:34,135 88074 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-284193513 created 2025-02-19 08:26:34,355 88074 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.219s 2025-02-19 08:26:34,355 88074 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--840436705", "description": "tempest-description--58649386"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-52ec5dfd-7973-4313-82cc-b4f773bbcd6a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "name": "tempest-securitygroup--840436705", "stateful": true, "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "description": "tempest-description--58649386", "shared": false, "security_group_rules": [{"id": "62a151cb-18d0-42fa-a3cc-3d0c88fe9ff1", "project_id": "5bb226f4e13744c7bc9243187dd0d5d9", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "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": 486, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:26:34Z", "updated_at": "2025-02-19T08:26:34Z", "revision_number": 0}, {"id": "74f3edf1-9da8-4555-8e8f-5c921df52b98", "project_id": "5bb226f4e13744c7bc9243187dd0d5d9", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "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": 487, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T08:26:34Z", "updated_at": "2025-02-19T08:26:34Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T08:26:34Z", "updated_at": "2025-02-19T08:26:34Z", "revision_number": 1, "project_id": "5bb226f4e13744c7bc9243187dd0d5d9"}}' 2025-02-19 08:26:34,586 88074 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.230s 2025-02-19 08:26:34,587 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:26:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-14fc83a2-8a95-4f5a-b5d4-5292009d243c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "63f83672-17b7-415c-88e2-73853889216a", "project_id": "5bb226f4e13744c7bc9243187dd0d5d9", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T08:26:34Z", "updated_at": "2025-02-19T08:26:34Z", "revision_number": 0}}' 2025-02-19 08:27:26,456 88074 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 51.869s 2025-02-19 08:27:26,457 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bc9817e7-dcaf-4280-a3ff-fb28155709d5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5af6d1b5-05a8-48e7-9dbc-54638586b484", "project_id": "5bb226f4e13744c7bc9243187dd0d5d9", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "security_group_id": "e8fa8a46-1882-42e3-8f42-fa3f5c3af56c", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T08:26:34Z", "updated_at": "2025-02-19T08:26:34Z", "revision_number": 0}}' 2025-02-19 08:27:26,457 88074 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--840436705 created 2025-02-19 08:27:27,185 88074 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.209.35.117:9696/networking/v2.0/floatingips 0.727s 2025-02-19 08:27:27,185 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-49695141-8105-4d4d-8cad-c0d95a5fed08', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0971ea74-750a-439b-be72-a5e0bc07c973", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "floating_ip_address": "172.24.5.86", "floating_network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5bb226f4e13744c7bc9243187dd0d5d9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-02-19T08:27:26Z", "updated_at": "2025-02-19T08:27:26Z", "revision_number": 0}}' 2025-02-19 08:27:27,186 88074 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0971ea74-750a-439b-be72-a5e0bc07c973', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:27:26Z', 'updated_at': '2025-02-19T08:27:26Z', 'revision_number': 0, 'ip': '172.24.5.86'} created 2025-02-19 08:27:27,186 88074 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-284193513', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH8K5R/l0si8jk1UzTa8Dgo88pXyY5h6YeiynIMJtCfV2r1SLkAr6O4XLx49KyZkoXq08cjvb9X/oSdWY1pyDo7amwzwIbhdVdj8+jHhjVc9KoGDlgl4aFsvRw5QugXC1w==', 'fingerprint': '9c:cc:13:b1:8c:93:15:6b:3c:7f:19:65:bb:36:6d:12', 'user_id': 'd714d8ec192a4991bb1df5bdd2d7a771', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCooa3jZFSZW/h0Fzrzk/7K29sew9LuAPWQvVL7TEe5PBnhtWdL9m1y\nh9camINpw1WgBwYFK4EEACKhZANiAAR/CuUf5dLIvI5NVM02vA4KPPKV8mOYemHo\nspyDCbQn1dq9Ui5AK+juFy8ePSsmZKF6tPHI72/V/6EnVmNacg6O2psM8CG4XVXY\n/Pox4Y1XPSqBg5YJeGhbL0cOULoFwtc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e8fa8a46-1882-42e3-8f42-fa3f5c3af56c', 'name': 'tempest-securitygroup--840436705', 'stateful': True, 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'description': 'tempest-description--58649386', 'shared': False, 'security_group_rules': [{'id': '62a151cb-18d0-42fa-a3cc-3d0c88fe9ff1', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'security_group_id': 'e8fa8a46-1882-42e3-8f42-fa3f5c3af56c', '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': 486, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:26:34Z', 'updated_at': '2025-02-19T08:26:34Z', 'revision_number': 0}, {'id': '74f3edf1-9da8-4555-8e8f-5c921df52b98', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'security_group_id': 'e8fa8a46-1882-42e3-8f42-fa3f5c3af56c', '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': 487, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:26:34Z', 'updated_at': '2025-02-19T08:26:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-02-19T08:26:34Z', 'updated_at': '2025-02-19T08:26:34Z', 'revision_number': 1, 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9'}, 'floating_ip': {'id': '0971ea74-750a-439b-be72-a5e0bc07c973', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:27:26Z', 'updated_at': '2025-02-19T08:27:26Z', 'revision_number': 0, 'ip': '172.24.5.86'}} 2025-02-19 08:27:27,887 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 202 POST https://10.209.35.117/compute/v2.1/servers 0.700s 2025-02-19 08:27:27,888 88074 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-123772370", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "b45d48bb-d239-4fad-a48b-69cdabca8196"}], "security_groups": [{"name": "tempest-securitygroup--840436705"}], "key_name": "tempest-keypair-284193513", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '411', 'location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e6999a5-1a3b-4b83-b55b-2542e732f16f', 'x-compute-request-id': 'req-3e6999a5-1a3b-4b83-b55b-2542e732f16f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--840436705"}], "adminPass": "5x27fXLrZvuq"}}' 2025-02-19 08:27:27,976 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.085s 2025-02-19 08:27:27,976 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bbf450d-c501-4939-9c29-5423f903729a', 'x-compute-request-id': 'req-6bbf450d-c501-4939-9c29-5423f903729a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:27:29,088 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.092s 2025-02-19 08:27:29,088 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1254', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daf24777-1130-41c3-bb5c-fe50b3bb43a1', 'x-compute-request-id': 'req-daf24777-1130-41c3-bb5c-fe50b3bb43a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:27:30,196 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.091s 2025-02-19 08:27:30,197 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f51e97e2-d8cc-444f-b19d-8e625ce66478', 'x-compute-request-id': 'req-f51e97e2-d8cc-444f-b19d-8e625ce66478', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:27:30,212 88074 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2025-02-19 08:27:31,307 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.093s 2025-02-19 08:27:31,308 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a197df-24a5-4205-973f-9ae498b38b80', 'x-compute-request-id': 'req-68a197df-24a5-4205-973f-9ae498b38b80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:27:32,417 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.093s 2025-02-19 08:27:32,417 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1310', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f14505bc-edb4-4980-8cb9-9ffe38ddeb31', 'x-compute-request-id': 'req-f14505bc-edb4-4980-8cb9-9ffe38ddeb31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:27:32,434 88074 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2025-02-19 08:27:33,623 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.188s 2025-02-19 08:27:33,624 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7250d0a6-04e9-4b14-a708-d4c43a2d8d33', 'x-compute-request-id': 'req-7250d0a6-04e9-4b14-a708-d4c43a2d8d33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "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": []}}' 2025-02-19 08:27:33,639 88074 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait 2025-02-19 08:27:34,797 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.158s 2025-02-19 08:27:34,798 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816d150a-2b70-4242-a954-f0370d69fae0', 'x-compute-request-id': 'req-816d150a-2b70-4242-a954-f0370d69fae0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:34,813 88074 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2025-02-19 08:27:35,965 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.150s 2025-02-19 08:27:35,965 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a237fad-2159-4c97-ab79-f2c6c5edbf5f', 'x-compute-request-id': 'req-4a237fad-2159-4c97-ab79-f2c6c5edbf5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:37,139 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.155s 2025-02-19 08:27:37,140 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5f4b892-dcdc-43ce-b66f-f2cfff879fbb', 'x-compute-request-id': 'req-d5f4b892-dcdc-43ce-b66f-f2cfff879fbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:38,326 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.169s 2025-02-19 08:27:38,327 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46708989-1702-4bdf-a9a0-d3a6b5c06bec', 'x-compute-request-id': 'req-46708989-1702-4bdf-a9a0-d3a6b5c06bec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:39,544 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.193s 2025-02-19 08:27:39,545 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d9bc15-1a14-462a-ba7c-bf864caf3dab', 'x-compute-request-id': 'req-05d9bc15-1a14-462a-ba7c-bf864caf3dab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:40,711 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.146s 2025-02-19 08:27:40,711 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48209240-7cf5-4332-876b-b230b976e8df', 'x-compute-request-id': 'req-48209240-7cf5-4332-876b-b230b976e8df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:41,888 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:27:41,888 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbba68d7-7e06-4d55-b89c-66758b7d5f6e', 'x-compute-request-id': 'req-cbba68d7-7e06-4d55-b89c-66758b7d5f6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:43,050 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.145s 2025-02-19 08:27:43,050 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-379b8cda-86bf-4880-92a7-fc8246f9ca85', 'x-compute-request-id': 'req-379b8cda-86bf-4880-92a7-fc8246f9ca85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:44,210 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.144s 2025-02-19 08:27:44,211 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e592de3-0549-4ab2-8dcd-2dbc5e27b428', 'x-compute-request-id': 'req-9e592de3-0549-4ab2-8dcd-2dbc5e27b428', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:45,690 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.459s 2025-02-19 08:27:45,691 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a1866cf-51c4-4a1d-bb63-6cdd9e7e4e2d', 'x-compute-request-id': 'req-3a1866cf-51c4-4a1d-bb63-6cdd9e7e4e2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:46,865 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.156s 2025-02-19 08:27:46,865 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c86a3582-3d17-41e8-aee6-32e68639129e', 'x-compute-request-id': 'req-c86a3582-3d17-41e8-aee6-32e68639129e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:48,031 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.149s 2025-02-19 08:27:48,031 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc445351-bd46-4df9-beae-81ecc980ec3f', 'x-compute-request-id': 'req-cc445351-bd46-4df9-beae-81ecc980ec3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:49,204 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.155s 2025-02-19 08:27:49,204 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d09636a1-f8a1-4275-96a4-e30f09b3b4b6', 'x-compute-request-id': 'req-d09636a1-f8a1-4275-96a4-e30f09b3b4b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:50,374 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.148s 2025-02-19 08:27:50,375 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17aa7179-d28e-4bc4-9c50-4e8f1fdcc450', 'x-compute-request-id': 'req-17aa7179-d28e-4bc4-9c50-4e8f1fdcc450', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:51,583 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.193s 2025-02-19 08:27:51,584 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d72ddb2-49c8-45ab-b351-bebaf06b9cf2', 'x-compute-request-id': 'req-8d72ddb2-49c8-45ab-b351-bebaf06b9cf2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:52,759 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.158s 2025-02-19 08:27:52,759 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eed5f10-6074-423e-ba3a-ebdee8a1b99c', 'x-compute-request-id': 'req-5eed5f10-6074-423e-ba3a-ebdee8a1b99c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:53,948 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.169s 2025-02-19 08:27:53,948 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ea7e379-add5-4da8-b51a-2fc70c21f583', 'x-compute-request-id': 'req-9ea7e379-add5-4da8-b51a-2fc70c21f583', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:55,125 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:27:55,125 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf1ec753-f98b-499b-ae8d-6aed17d42fef', 'x-compute-request-id': 'req-cf1ec753-f98b-499b-ae8d-6aed17d42fef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:56,291 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.150s 2025-02-19 08:27:56,291 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a5d4e01-913f-48fb-9f28-0eb667e53eb2', 'x-compute-request-id': 'req-5a5d4e01-913f-48fb-9f28-0eb667e53eb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:57,491 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.184s 2025-02-19 08:27:57,492 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6398e89-20d4-4e56-a3c5-dd2edaf3db1b', 'x-compute-request-id': 'req-f6398e89-20d4-4e56-a3c5-dd2edaf3db1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:58,668 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.156s 2025-02-19 08:27:58,668 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-476165c1-e2fc-4a30-b3c2-fda802e6b5af', 'x-compute-request-id': 'req-476165c1-e2fc-4a30-b3c2-fda802e6b5af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:27:59,832 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.147s 2025-02-19 08:27:59,832 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:27:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60732af3-fa2b-4816-ba86-a7117b6108de', 'x-compute-request-id': 'req-60732af3-fa2b-4816-ba86-a7117b6108de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:01,000 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.152s 2025-02-19 08:28:01,001 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe36cc4f-0dc1-4d48-b728-7806bc5c05ba', 'x-compute-request-id': 'req-fe36cc4f-0dc1-4d48-b728-7806bc5c05ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:02,175 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.158s 2025-02-19 08:28:02,176 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4383cd-2f0c-4d93-9834-7311c238ce5b', 'x-compute-request-id': 'req-fc4383cd-2f0c-4d93-9834-7311c238ce5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:03,500 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.302s 2025-02-19 08:28:03,501 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14bfb269-7d50-419a-bb00-bc531d0b8157', 'x-compute-request-id': 'req-14bfb269-7d50-419a-bb00-bc531d0b8157', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:04,727 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.208s 2025-02-19 08:28:04,727 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5176161-ee69-4ee6-86d3-2e56f7b3fb70', 'x-compute-request-id': 'req-a5176161-ee69-4ee6-86d3-2e56f7b3fb70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:05,894 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.148s 2025-02-19 08:28:05,895 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-829aa8d5-acdd-4f01-b269-774f77c57c64', 'x-compute-request-id': 'req-829aa8d5-acdd-4f01-b269-774f77c57c64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:07,064 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.153s 2025-02-19 08:28:07,065 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed1913e-2f00-438f-9aa3-531296602312', 'x-compute-request-id': 'req-fed1913e-2f00-438f-9aa3-531296602312', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:08,227 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.147s 2025-02-19 08:28:08,228 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68cf559-c50d-40fe-8b66-d34d4e624363', 'x-compute-request-id': 'req-c68cf559-c50d-40fe-8b66-d34d4e624363', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:09,440 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.197s 2025-02-19 08:28:09,440 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe6d7b19-8b7e-42a9-865a-d797ff946e52', 'x-compute-request-id': 'req-fe6d7b19-8b7e-42a9-865a-d797ff946e52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:10,610 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.154s 2025-02-19 08:28:10,611 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-580c069b-4d6c-4b4c-ae8a-7cf66a20e3c1', 'x-compute-request-id': 'req-580c069b-4d6c-4b4c-ae8a-7cf66a20e3c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:11,776 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.148s 2025-02-19 08:28:11,777 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be4a82de-3d7b-47da-82fc-bf38695d2f79', 'x-compute-request-id': 'req-be4a82de-3d7b-47da-82fc-bf38695d2f79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:12,951 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:28:12,951 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9365edb4-dd29-4a99-83eb-a5034f201686', 'x-compute-request-id': 'req-9365edb4-dd29-4a99-83eb-a5034f201686', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:14,112 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.144s 2025-02-19 08:28:14,112 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f2d4b92-e019-44b8-a395-466bdbf1d458', 'x-compute-request-id': 'req-5f2d4b92-e019-44b8-a395-466bdbf1d458', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:15,314 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.185s 2025-02-19 08:28:15,315 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9883736d-43bf-4670-83a8-8baa6e7471f9', 'x-compute-request-id': 'req-9883736d-43bf-4670-83a8-8baa6e7471f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:16,472 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.142s 2025-02-19 08:28:16,473 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfbe5321-1c8c-4941-be48-61f5209f4a51', 'x-compute-request-id': 'req-dfbe5321-1c8c-4941-be48-61f5209f4a51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:17,633 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.143s 2025-02-19 08:28:17,633 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa5bc73e-aeea-4994-b32b-418bf322ffa9', 'x-compute-request-id': 'req-fa5bc73e-aeea-4994-b32b-418bf322ffa9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:18,795 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.146s 2025-02-19 08:28:18,795 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fef3b7d-a17e-4195-a7d8-40f04e43165b', 'x-compute-request-id': 'req-1fef3b7d-a17e-4195-a7d8-40f04e43165b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:19,965 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.153s 2025-02-19 08:28:19,966 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5332e2b9-f51e-4324-9a48-40a79c8b18dc', 'x-compute-request-id': 'req-5332e2b9-f51e-4324-9a48-40a79c8b18dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:21,168 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.187s 2025-02-19 08:28:21,168 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe1d47b-e00b-47c8-9017-a8c6cd81f698', 'x-compute-request-id': 'req-dbe1d47b-e00b-47c8-9017-a8c6cd81f698', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:22,334 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.146s 2025-02-19 08:28:22,334 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58eb79ed-5f44-4886-9724-5cb3f0515aa8', 'x-compute-request-id': 'req-58eb79ed-5f44-4886-9724-5cb3f0515aa8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:23,499 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.148s 2025-02-19 08:28:23,499 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0395bdd8-2ea9-4a00-9414-20b7f8de2c60', 'x-compute-request-id': 'req-0395bdd8-2ea9-4a00-9414-20b7f8de2c60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:24,681 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.165s 2025-02-19 08:28:24,681 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eec06676-9a41-4649-a17a-52acda3b91bc', 'x-compute-request-id': 'req-eec06676-9a41-4649-a17a-52acda3b91bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:25,851 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.155s 2025-02-19 08:28:25,852 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34543c2a-e68f-4f9f-a9b8-4e7486219bad', 'x-compute-request-id': 'req-34543c2a-e68f-4f9f-a9b8-4e7486219bad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:27,061 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.194s 2025-02-19 08:28:27,061 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a78bdd-8db9-436c-b9f1-b4b77c33f2ab', 'x-compute-request-id': 'req-40a78bdd-8db9-436c-b9f1-b4b77c33f2ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:28,264 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.188s 2025-02-19 08:28:28,265 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba899fa-eaff-4c9b-9741-497ca3fa1e5a', 'x-compute-request-id': 'req-8ba899fa-eaff-4c9b-9741-497ca3fa1e5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:29,424 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.143s 2025-02-19 08:28:29,424 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7939161-171f-4580-9c89-23b9834743cc', 'x-compute-request-id': 'req-f7939161-171f-4580-9c89-23b9834743cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:30,608 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.168s 2025-02-19 08:28:30,608 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7c48e63-0c64-4948-a552-a98aad26c673', 'x-compute-request-id': 'req-d7c48e63-0c64-4948-a552-a98aad26c673', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:31,772 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.146s 2025-02-19 08:28:31,772 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f82bf3d4-471a-4328-b919-e711d0959be9', 'x-compute-request-id': 'req-f82bf3d4-471a-4328-b919-e711d0959be9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:32,958 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.169s 2025-02-19 08:28:32,958 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99631e38-402b-4338-83d7-5f48010ea9ee', 'x-compute-request-id': 'req-99631e38-402b-4338-83d7-5f48010ea9ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:34,164 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.189s 2025-02-19 08:28:34,165 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cf6c3fa-9d5b-4188-a7cf-5f16d00d7021', 'x-compute-request-id': 'req-3cf6c3fa-9d5b-4188-a7cf-5f16d00d7021', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:35,340 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.156s 2025-02-19 08:28:35,340 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d55580e0-bcde-4f5f-9e11-0e4dd7f9cc56', 'x-compute-request-id': 'req-d55580e0-bcde-4f5f-9e11-0e4dd7f9cc56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:36,507 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.144s 2025-02-19 08:28:36,507 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3b9918-ce54-4af3-9fd6-7b3514ded655', 'x-compute-request-id': 'req-2a3b9918-ce54-4af3-9fd6-7b3514ded655', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:37,692 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.169s 2025-02-19 08:28:37,692 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-444a310d-c102-49b8-a3ed-29d2e620fc07', 'x-compute-request-id': 'req-444a310d-c102-49b8-a3ed-29d2e620fc07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:38,855 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.147s 2025-02-19 08:28:38,856 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-667d4ea2-5c8a-49b3-85fb-cc9be169ea88', 'x-compute-request-id': 'req-667d4ea2-5c8a-49b3-85fb-cc9be169ea88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:40,066 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.194s 2025-02-19 08:28:40,066 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29995e4d-904e-4831-a133-dede71922577', 'x-compute-request-id': 'req-29995e4d-904e-4831-a133-dede71922577', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:41,249 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.166s 2025-02-19 08:28:41,249 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7db16e1-39af-4874-b6d8-34a128728a2a', 'x-compute-request-id': 'req-c7db16e1-39af-4874-b6d8-34a128728a2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:42,456 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.188s 2025-02-19 08:28:42,456 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37cf7315-d1c5-445e-a89c-da96a8d88fc2', 'x-compute-request-id': 'req-37cf7315-d1c5-445e-a89c-da96a8d88fc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:43,632 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.160s 2025-02-19 08:28:43,632 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65b8c3c8-91ee-41a1-a314-c0275d002d3d', 'x-compute-request-id': 'req-65b8c3c8-91ee-41a1-a314-c0275d002d3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:44,795 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.145s 2025-02-19 08:28:44,796 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1745cd17-240f-4b72-99e3-ff50ab410d10', 'x-compute-request-id': 'req-1745cd17-240f-4b72-99e3-ff50ab410d10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:45,972 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:28:45,972 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6f51fa3-e79f-42a0-8269-a07d944d147a', 'x-compute-request-id': 'req-b6f51fa3-e79f-42a0-8269-a07d944d147a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:47,166 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.179s 2025-02-19 08:28:47,166 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa64383e-b185-45ed-8b68-41d89f12d757', 'x-compute-request-id': 'req-aa64383e-b185-45ed-8b68-41d89f12d757', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:48,372 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.189s 2025-02-19 08:28:48,372 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a940d290-8c26-4f64-89d4-62cf522b8314', 'x-compute-request-id': 'req-a940d290-8c26-4f64-89d4-62cf522b8314', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:49,536 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.145s 2025-02-19 08:28:49,536 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9147226-8e0b-4dc0-8c86-423cadd510a1', 'x-compute-request-id': 'req-e9147226-8e0b-4dc0-8c86-423cadd510a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:50,694 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.142s 2025-02-19 08:28:50,694 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd9eaf4-919e-402f-b75f-654d271f5341', 'x-compute-request-id': 'req-9dd9eaf4-919e-402f-b75f-654d271f5341', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:51,868 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:28:51,869 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145ee398-3681-43f9-87c0-69c7d8256383', 'x-compute-request-id': 'req-145ee398-3681-43f9-87c0-69c7d8256383', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:53,081 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.196s 2025-02-19 08:28:53,081 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b21bd229-500d-497d-89c1-07a37e4ef341', 'x-compute-request-id': 'req-b21bd229-500d-497d-89c1-07a37e4ef341', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:54,257 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.159s 2025-02-19 08:28:54,258 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a99fc6e-9bdf-4c63-ab8f-f5f8a2129f86', 'x-compute-request-id': 'req-8a99fc6e-9bdf-4c63-ab8f-f5f8a2129f86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:55,416 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.139s 2025-02-19 08:28:55,416 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfecc1c6-f1f1-469b-8aa0-565d887db9fc', 'x-compute-request-id': 'req-bfecc1c6-f1f1-469b-8aa0-565d887db9fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:56,618 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.186s 2025-02-19 08:28:56,619 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e003e0b4-9a9d-40b2-aacb-bd17cd6d84bc', 'x-compute-request-id': 'req-e003e0b4-9a9d-40b2-aacb-bd17cd6d84bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:57,784 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.148s 2025-02-19 08:28:57,784 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c35cd25-c157-4731-9c02-8b1be02c80f6', 'x-compute-request-id': 'req-3c35cd25-c157-4731-9c02-8b1be02c80f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:28:58,944 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.144s 2025-02-19 08:28:58,944 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-823ec304-f426-4aae-95a9-b0e74bb97a66', 'x-compute-request-id': 'req-823ec304-f426-4aae-95a9-b0e74bb97a66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:00,169 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.210s 2025-02-19 08:29:00,170 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:28:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e198ea-f43f-404d-85fe-5dacaa4fa682', 'x-compute-request-id': 'req-12e198ea-f43f-404d-85fe-5dacaa4fa682', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:01,372 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.185s 2025-02-19 08:29:01,373 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1426fb01-bad1-4b68-8459-108c510231bf', 'x-compute-request-id': 'req-1426fb01-bad1-4b68-8459-108c510231bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:02,539 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.147s 2025-02-19 08:29:02,539 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50b17197-5a2e-4717-b2ba-fb599288d914', 'x-compute-request-id': 'req-50b17197-5a2e-4717-b2ba-fb599288d914', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:03,733 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.177s 2025-02-19 08:29:03,733 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9408235-3b7c-4819-ba5c-fe5400260827', 'x-compute-request-id': 'req-d9408235-3b7c-4819-ba5c-fe5400260827', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:04,945 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.195s 2025-02-19 08:29:04,945 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a1cddb4-8684-4e33-8c32-f370531bd99e', 'x-compute-request-id': 'req-5a1cddb4-8684-4e33-8c32-f370531bd99e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:06,199 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.238s 2025-02-19 08:29:06,199 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8df0b2-bda4-4cfb-8923-ff0538d11f7c', 'x-compute-request-id': 'req-8e8df0b2-bda4-4cfb-8923-ff0538d11f7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--840436705"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:07,309 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.095s 2025-02-19 08:29:07,310 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8786d3b7-b6cd-4214-91d5-d2b0a21190c5', 'x-compute-request-id': 'req-8786d3b7-b6cd-4214-91d5-d2b0a21190c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:08,408 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.083s 2025-02-19 08:29:08,408 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f94c4f8-c0c5-4f81-a6ae-44473bdcd659', 'x-compute-request-id': 'req-6f94c4f8-c0c5-4f81-a6ae-44473bdcd659', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:27:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:09,499 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.076s 2025-02-19 08:29:09,500 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b4f5b2-11b0-49d8-aecd-820e77c58335', 'x-compute-request-id': 'req-18b4f5b2-11b0-49d8-aecd-820e77c58335', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:10,867 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.351s 2025-02-19 08:29:10,867 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-989f012e-6636-4ccf-8d49-515814c87e1c', 'x-compute-request-id': 'req-989f012e-6636-4ccf-8d49-515814c87e1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:11,957 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.074s 2025-02-19 08:29:11,958 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e87c9869-2cc6-416a-9b40-1fc014d28bce', 'x-compute-request-id': 'req-e87c9869-2cc6-416a-9b40-1fc014d28bce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:13,061 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.088s 2025-02-19 08:29:13,062 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f59116d0-516e-4584-8a35-81ee23abc902', 'x-compute-request-id': 'req-f59116d0-516e-4584-8a35-81ee23abc902', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:14,151 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.074s 2025-02-19 08:29:14,152 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ddedf28-cce8-4aa1-b4bd-40655ab23441', 'x-compute-request-id': 'req-2ddedf28-cce8-4aa1-b4bd-40655ab23441', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:15,250 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.082s 2025-02-19 08:29:15,250 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30e6d348-7e03-473a-bb90-787225af0716', 'x-compute-request-id': 'req-30e6d348-7e03-473a-bb90-787225af0716', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-284193513", "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": []}}' 2025-02-19 08:29:15,265 88074 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 108 second wait 2025-02-19 08:29:16,360 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 200 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.093s 2025-02-19 08:29:16,360 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1442', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17145df7-50ea-4f3b-931c-6964c1d007ce', 'x-compute-request-id': 'req-17145df7-50ea-4f3b-931c-6964c1d007ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"server": {"id": "0425f367-37b1-45c3-9fbc-fbe3b70a904f", "name": "tempest-tempest.common.compute-instance-123772370", "status": "ERROR", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:27:27Z", "updated": "2025-02-19T08:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-02-19T08:29:15Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 0425f367-37b1-45c3-9fbc-fbe3b70a904f."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-284193513", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:16,375 88074 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 109 second wait 2025-02-19 08:29:16,774 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 204 DELETE https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.398s 2025-02-19 08:29:16,774 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16b556ac-9627-43dc-8e82-bd42c9ed8bca', 'x-compute-request-id': 'req-16b556ac-9627-43dc-8e82-bd42c9ed8bca', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'' 2025-02-19 08:29:16,812 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server): 404 GET https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f 0.038s 2025-02-19 08:29:16,813 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ea66cf06-da77-4446-b456-7ae33b66b122', 'x-compute-request-id': 'req-ea66cf06-da77-4446-b456-7ae33b66b122', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/0425f367-37b1-45c3-9fbc-fbe3b70a904f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0425f367-37b1-45c3-9fbc-fbe3b70a904f could not be found."}}' 2025-02-19 08:29:17,003 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd 0.189s 2025-02-19 08:29:17,004 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd9da949-23ec-43ea-922b-47f991dd806a', 'x-compute-request-id': 'req-bd9da949-23ec-43ea-922b-47f991dd806a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd'} Body: b'{"server": {"id": "2c23da77-9ff0-4711-b767-b4c3bbd1f2cd", "name": "tempest-ServerActionsTestJSON-server-1762525096", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:23:08Z", "updated": "2025-02-19T08:25:59Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:5e:1b"}, {"version": 4, "addr": "172.24.5.110", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:5e:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:23:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:29:17,051 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:_run_cleanups): 202 DELETE https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-284193513 0.028s 2025-02-19 08:29:17,051 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:29:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', '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-5e398484-17db-4bdc-97db-dfe40ca28a5f', 'x-compute-request-id': 'req-5e398484-17db-4bdc-97db-dfe40ca28a5f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/os-keypairs/tempest-keypair-284193513'} Body: b'' 2025-02-19 08:30:11,108 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/e8fa8a46-1882-42e3-8f42-fa3f5c3af56c 54.056s 2025-02-19 08:30:11,108 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-6aa624ce-7311-4f3c-ada0-37a574718b5b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/e8fa8a46-1882-42e3-8f42-fa3f5c3af56c'} Body: b'' 2025-02-19 08:30:11,133 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/security-groups/e8fa8a46-1882-42e3-8f42-fa3f5c3af56c 0.024s 2025-02-19 08:30:11,134 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6bed2541-b625-47f6-9e79-1e7d4fb4285d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/e8fa8a46-1882-42e3-8f42-fa3f5c3af56c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e8fa8a46-1882-42e3-8f42-fa3f5c3af56c does not exist", "detail": ""}}' 2025-02-19 08:30:11,893 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/floatingips/0971ea74-750a-439b-be72-a5e0bc07c973 0.759s 2025-02-19 08:30:11,894 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-8e57b01b-e389-4ae9-9dff-592f903c27b9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/0971ea74-750a-439b-be72-a5e0bc07c973'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 269, in test_rebuild_server _, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 0425f367-37b1-45c3-9fbc-fbe3b70a904f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-02-19T08:29:15Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 0425f367-37b1-45c3-9fbc-fbe3b70a904f.'}. Request ID of server operation performed before checking the server status req-3e6999a5-1a3b-4b83-b55b-2542e732f16f. |
||||||
test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
pass
pt88.7: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
||||||
test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
fail
ft88.8: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:30:49,405 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 404 GET https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd 0.039s 2025-02-19 08:30:49,406 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e3ff4ce9-ee7c-4634-9e6e-450265ec8869', 'x-compute-request-id': 'req-e3ff4ce9-ee7c-4634-9e6e-450265ec8869', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/2c23da77-9ff0-4711-b767-b4c3bbd1f2cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2c23da77-9ff0-4711-b767-b4c3bbd1f2cd could not be found."}}' 2025-02-19 08:30:49,505 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 201 POST https://10.209.35.117/identity/v3/auth/tokens 0.095s 2025-02-19 08:30:49,506 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2970', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-81da5af7-8591-4428-b917-298c30865b0f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d714d8ec192a4991bb1df5bdd2d7a771", "name": "tempest-ServerActionsTestJSON-1655019582-project-member", "password_expires_at": null}, "audit_ids": ["F3afOWMNTJayHSRRcH6_fw"], "expires_at": "2025-02-19T09:30:49.000000Z", "issued_at": "2025-02-19T08:30:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bb226f4e13744c7bc9243187dd0d5d9", "name": "tempest-ServerActionsTestJSON-1655019582"}, "is_domain": false, "roles": [{"id": "3c023f65679d460baf102b8592a40dca", "name": "reader"}, {"id": "1da95d098cf244f5b950076e6e721197", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ab23be930f0478a9bc9f5bfb40c59d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/volume/v3", "region": "RegionOne"}], "id": "0cf6055282cd4dca8d00c967b6d69c4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b9bbf7ab7914a2e8c08e64be54d4222", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2.1", "region": "RegionOne"}], "id": "271c62f888ba43b39c0943c42ab2b64b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "dc093399377b444eae60ee059c622db9", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/compute/v2/5bb226f4e13744c7bc9243187dd0d5d9", "region": "RegionOne"}], "id": "4369b4130ae24f7fac5c94e432a701fe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5de9e147df82439f908c2dade4ac55c6", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/placement", "region": "RegionOne"}], "id": "7a967254ca914977a452e7a7434fd1b6", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "834ed4c58e894f1db5c6e770df93f0ba", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/image", "region": "RegionOne"}], "id": "7d67ed48a96f44dc838b8d795b25c774", "type": "image", "name": "glance"}, {"endpoints": [{"id": "83a63edb4cec4a15920fcfca036e67ed", "interface": "admin", "region_id": "RegionOne", "url": "https://10.209.35.117:8080", "region": "RegionOne"}, {"id": "bc78651d57f34e6ea15b20dba42c2c85", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:8080/v1/AUTH_5bb226f4e13744c7bc9243187dd0d5d9", "region": "RegionOne"}], "id": "9b9b68d92a774720a978ae66bc63ce68", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "e99fd28fa78c4c8d8deedb2f9a1646b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117/identity", "region": "RegionOne"}], "id": "ad5007946e4a45b488b31607a0c94a95", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1c3698b883a04141acf645eda4ce6d4c", "interface": "public", "region_id": "RegionOne", "url": "https://10.209.35.117:9696/networking", "region": "RegionOne"}], "id": "e633ca00fa434a05ab5edd8b348b53a8", "type": "network", "name": "neutron"}]}}' 2025-02-19 08:30:49,506 88074 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:setUp) Found network {'id': 'b45d48bb-d239-4fad-a48b-69cdabca8196', 'name': 'tempest-ServerActionsTestJSON-1869444351-network', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43438, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-02-19T08:22:53Z', 'updated_at': '2025-02-19T08:22:53Z', 'revision_number': 1} available for tenant 2025-02-19 08:30:49,507 88074 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2006425747', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE1wQdVCBWjz2NkYmrJtum8hmSuU1aJc7Zl34awbQHUASCzezx44A7gB1q4dUlGEc/A/qWZS4sNpGHrBA7F8W2fBdg4CAFJwa76md66TwuY9ljgtWZBLQjF81Ns5AzekrQ==', 'fingerprint': '93:5b:bf:3e:6c:c7:1e:62:72:68:0d:8e:ad:d2:d4:34', 'user_id': 'd714d8ec192a4991bb1df5bdd2d7a771', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCilcTJ/aj7vRusKg5wygp/Qa05aUzb9HqhBKQ5nNuFnWMJIGCfF3Sm\nm2QeEwT/xKagBwYFK4EEACKhZANiAARNcEHVQgVo89jZGJqybbpvIZkrlNWiXO2Z\nd+GsG0B1AEgs3s8eOAO4AdauHVJRhHPwP6lmUuLDaRh6wQOxfFtnwXYOAgBScGu+\npneuk8LmPZY4LVmQS0IxfNTbOQM3pK0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f22bf08-56f6-4c02-96b4-a32d1bdc2c26', 'name': 'tempest-securitygroup--838972904', 'stateful': True, 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'description': 'tempest-description--376345834', 'shared': False, 'security_group_rules': [{'id': '1a2b9d9d-a80a-4963-925f-ba9337a29745', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'security_group_id': '2f22bf08-56f6-4c02-96b4-a32d1bdc2c26', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 426, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:23:04Z', 'updated_at': '2025-02-19T08:23:04Z', 'revision_number': 0}, {'id': '9be75c48-aeaa-44cb-8276-173c3250274b', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'security_group_id': '2f22bf08-56f6-4c02-96b4-a32d1bdc2c26', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 427, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-02-19T08:23:04Z', 'updated_at': '2025-02-19T08:23:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-02-19T08:23:04Z', 'updated_at': '2025-02-19T08:23:04Z', 'revision_number': 1, 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9'}, 'floating_ip': {'id': 'd0005e82-799c-41cf-9358-ba6259778d22', 'tenant_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'floating_ip_address': '172.24.5.110', 'floating_network_id': '3106a631-6c3e-41df-abba-404c1a4b8190', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5bb226f4e13744c7bc9243187dd0d5d9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-02-19T08:23:07Z', 'updated_at': '2025-02-19T08:23:07Z', 'revision_number': 0, 'ip': '172.24.5.110'}} 2025-02-19 08:30:50,077 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 202 POST https://10.209.35.117/compute/v2.1/servers 0.569s 2025-02-19 08:30:50,077 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerActionsTestJSON-server-138001852", "imageRef": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "flavorRef": "42", "networks": [{"uuid": "b45d48bb-d239-4fad-a48b-69cdabca8196"}], "security_groups": [{"name": "tempest-securitygroup--838972904"}], "key_name": "tempest-keypair-2006425747", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '411', 'location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daf11d79-7e05-4aad-aca7-49264bf4ff9f', 'x-compute-request-id': 'req-daf11d79-7e05-4aad-aca7-49264bf4ff9f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.209.35.117/compute/v2.1/servers'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--838972904"}], "adminPass": "jeAxR3CQi6fa"}}' 2025-02-19 08:30:50,148 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.068s 2025-02-19 08:30:50,149 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aef8a9a7-0acc-402a-bee0-fe2baed640af', 'x-compute-request-id': 'req-aef8a9a7-0acc-402a-bee0-fe2baed640af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2006425747", "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": []}}' 2025-02-19 08:30:51,247 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.082s 2025-02-19 08:30:51,248 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd007567-b7c7-4ac4-beef-4e949f12e041', 'x-compute-request-id': 'req-fd007567-b7c7-4ac4-beef-4e949f12e041', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "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": []}}' 2025-02-19 08:30:52,357 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.094s 2025-02-19 08:30:52,357 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e074201c-742f-43ee-88eb-f72f7bdd5015', 'x-compute-request-id': 'req-e074201c-742f-43ee-88eb-f72f7bdd5015', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "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": []}}' 2025-02-19 08:30:52,373 88074 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-02-19 08:30:53,463 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.088s 2025-02-19 08:30:53,464 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3db227d-07e7-4155-83fe-1a2e5631c36f', 'x-compute-request-id': 'req-c3db227d-07e7-4155-83fe-1a2e5631c36f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "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": []}}' 2025-02-19 08:30:54,579 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.099s 2025-02-19 08:30:54,579 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7289813-dbf1-42c4-85ed-3643650cbfa3', 'x-compute-request-id': 'req-e7289813-dbf1-42c4-85ed-3643650cbfa3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "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": []}}' 2025-02-19 08:30:54,599 88074 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2025-02-19 08:30:55,786 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.185s 2025-02-19 08:30:55,786 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808f4a73-2078-47f3-b867-3a26e136a9d9', 'x-compute-request-id': 'req-808f4a73-2078-47f3-b867-3a26e136a9d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "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": []}}' 2025-02-19 08:30:55,801 88074 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait 2025-02-19 08:30:56,954 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.152s 2025-02-19 08:30:56,954 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86e1a64c-965b-4432-a266-7e0cd5fdbb13', 'x-compute-request-id': 'req-86e1a64c-965b-4432-a266-7e0cd5fdbb13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:56,969 88074 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2025-02-19 08:30:58,153 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.183s 2025-02-19 08:30:58,153 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9611c01a-873c-4c9b-9f63-c847fe7cc74a', 'x-compute-request-id': 'req-9611c01a-873c-4c9b-9f63-c847fe7cc74a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:30:59,310 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.140s 2025-02-19 08:30:59,310 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:30:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb95bbce-2892-43cf-9844-c72786b004e0', 'x-compute-request-id': 'req-cb95bbce-2892-43cf-9844-c72786b004e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:00,472 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:31:00,472 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80941d5b-a2a3-498f-927e-cee10485b2d3', 'x-compute-request-id': 'req-80941d5b-a2a3-498f-927e-cee10485b2d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:01,671 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.182s 2025-02-19 08:31:01,671 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fac98df-20d2-4baf-9018-d19ae0239027', 'x-compute-request-id': 'req-4fac98df-20d2-4baf-9018-d19ae0239027', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:02,846 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.158s 2025-02-19 08:31:02,847 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-096276ee-7206-4c83-9b1b-1369bd69d7c1', 'x-compute-request-id': 'req-096276ee-7206-4c83-9b1b-1369bd69d7c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:04,053 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.188s 2025-02-19 08:31:04,053 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b70ef4f3-32b7-47bb-a884-e0eaf9731ca7', 'x-compute-request-id': 'req-b70ef4f3-32b7-47bb-a884-e0eaf9731ca7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:05,218 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:31:05,218 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee1afef2-bd35-4e87-8604-bb7346973077', 'x-compute-request-id': 'req-ee1afef2-bd35-4e87-8604-bb7346973077', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:06,387 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.152s 2025-02-19 08:31:06,387 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db80b19f-8e0c-4027-88f0-5b79395eb73d', 'x-compute-request-id': 'req-db80b19f-8e0c-4027-88f0-5b79395eb73d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:07,585 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.181s 2025-02-19 08:31:07,586 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d8c4232-df20-4d72-aecf-4e945d67e867', 'x-compute-request-id': 'req-8d8c4232-df20-4d72-aecf-4e945d67e867', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:08,750 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.148s 2025-02-19 08:31:08,751 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce24f95f-931d-4b3b-84df-b05b888d2d72', 'x-compute-request-id': 'req-ce24f95f-931d-4b3b-84df-b05b888d2d72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:09,911 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.144s 2025-02-19 08:31:09,911 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c74fcd52-b7cc-4911-b7ce-70c44ab8b949', 'x-compute-request-id': 'req-c74fcd52-b7cc-4911-b7ce-70c44ab8b949', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:11,120 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.193s 2025-02-19 08:31:11,121 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d376d1-ff71-4ae9-b95f-b92f9cb5b3f2', 'x-compute-request-id': 'req-21d376d1-ff71-4ae9-b95f-b92f9cb5b3f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:12,279 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.141s 2025-02-19 08:31:12,279 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60f442c-64b8-4814-89de-99f577e85e7f', 'x-compute-request-id': 'req-d60f442c-64b8-4814-89de-99f577e85e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:13,449 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.153s 2025-02-19 08:31:13,449 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-975f3a3f-67c5-49ec-858a-f5c25205c2a5', 'x-compute-request-id': 'req-975f3a3f-67c5-49ec-858a-f5c25205c2a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:14,641 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.175s 2025-02-19 08:31:14,642 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3780b0e-c3c1-4aad-97a0-008ae74eea55', 'x-compute-request-id': 'req-e3780b0e-c3c1-4aad-97a0-008ae74eea55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:15,808 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.150s 2025-02-19 08:31:15,808 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-743dab3c-4ca8-4d69-9923-2a2a3324524d', 'x-compute-request-id': 'req-743dab3c-4ca8-4d69-9923-2a2a3324524d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:16,982 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.158s 2025-02-19 08:31:16,983 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab557c1b-ef8f-4eea-ac62-136a27db5ad5', 'x-compute-request-id': 'req-ab557c1b-ef8f-4eea-ac62-136a27db5ad5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:18,185 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.184s 2025-02-19 08:31:18,185 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd5d4a53-357d-425d-8d49-42867736aae6', 'x-compute-request-id': 'req-bd5d4a53-357d-425d-8d49-42867736aae6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:19,344 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.142s 2025-02-19 08:31:19,344 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1677bb-4ce6-4f49-b06b-c7311fb559b0', 'x-compute-request-id': 'req-ed1677bb-4ce6-4f49-b06b-c7311fb559b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:20,507 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.144s 2025-02-19 08:31:20,508 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5664982a-50e1-42ff-bc92-6bcc01f6328f', 'x-compute-request-id': 'req-5664982a-50e1-42ff-bc92-6bcc01f6328f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:21,709 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.183s 2025-02-19 08:31:21,709 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6bf352a-8664-483d-80e2-f78cbc1a2e58', 'x-compute-request-id': 'req-c6bf352a-8664-483d-80e2-f78cbc1a2e58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:22,877 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.150s 2025-02-19 08:31:22,877 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a511cfb6-5e60-41ed-93d7-d9386a326da2', 'x-compute-request-id': 'req-a511cfb6-5e60-41ed-93d7-d9386a326da2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:24,048 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.154s 2025-02-19 08:31:24,048 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6a7bebe-1195-49fd-ba90-41f640a9abd6', 'x-compute-request-id': 'req-e6a7bebe-1195-49fd-ba90-41f640a9abd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:25,255 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.188s 2025-02-19 08:31:25,255 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6d58441-da7e-4d2f-adc2-fe53f04e24ff', 'x-compute-request-id': 'req-a6d58441-da7e-4d2f-adc2-fe53f04e24ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:26,411 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.139s 2025-02-19 08:31:26,412 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6573a34a-1b7c-4f2a-89d3-f37689b4aaea', 'x-compute-request-id': 'req-6573a34a-1b7c-4f2a-89d3-f37689b4aaea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:27,583 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.156s 2025-02-19 08:31:27,583 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623dcda6-cf00-4a23-9141-e36ba5e945ae', 'x-compute-request-id': 'req-623dcda6-cf00-4a23-9141-e36ba5e945ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:28,743 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.145s 2025-02-19 08:31:28,744 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aca57074-2b28-406c-8433-7aa5f621271c', 'x-compute-request-id': 'req-aca57074-2b28-406c-8433-7aa5f621271c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:29,935 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.176s 2025-02-19 08:31:29,936 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59c8c6f9-4699-45aa-ba49-2ba3ff7eafda', 'x-compute-request-id': 'req-59c8c6f9-4699-45aa-ba49-2ba3ff7eafda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:31,141 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.188s 2025-02-19 08:31:31,142 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95cd069-6703-4c54-b6b6-df047d0eb398', 'x-compute-request-id': 'req-a95cd069-6703-4c54-b6b6-df047d0eb398', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:32,300 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.141s 2025-02-19 08:31:32,301 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ced3a5b-ae7b-4954-b064-6b906a66c963', 'x-compute-request-id': 'req-2ced3a5b-ae7b-4954-b064-6b906a66c963', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:33,456 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.138s 2025-02-19 08:31:33,456 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f26e6aef-8b34-4f86-b728-b03380296be7', 'x-compute-request-id': 'req-f26e6aef-8b34-4f86-b728-b03380296be7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:34,610 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.138s 2025-02-19 08:31:34,611 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c58dc672-75ec-4136-bfef-5837795b0ac5', 'x-compute-request-id': 'req-c58dc672-75ec-4136-bfef-5837795b0ac5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:35,795 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.168s 2025-02-19 08:31:35,795 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d7e5449-303a-46c1-a744-2fc4714a8b63', 'x-compute-request-id': 'req-0d7e5449-303a-46c1-a744-2fc4714a8b63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:36,981 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.169s 2025-02-19 08:31:36,981 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ea2f973-ba33-4cbd-b97b-ecfcc841ace3', 'x-compute-request-id': 'req-8ea2f973-ba33-4cbd-b97b-ecfcc841ace3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:38,145 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:31:38,145 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-346cd0e4-b0c9-427f-a2f0-2dda1befbe84', 'x-compute-request-id': 'req-346cd0e4-b0c9-427f-a2f0-2dda1befbe84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:39,305 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.143s 2025-02-19 08:31:39,306 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f70085c-4445-45eb-a3e3-f09a11d00335', 'x-compute-request-id': 'req-4f70085c-4445-45eb-a3e3-f09a11d00335', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:40,466 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.144s 2025-02-19 08:31:40,467 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44c8d368-0c9f-491e-b346-e38255993651', 'x-compute-request-id': 'req-44c8d368-0c9f-491e-b346-e38255993651', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:41,619 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.136s 2025-02-19 08:31:41,619 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cecdafc0-7c29-405e-924c-2ec782315d09', 'x-compute-request-id': 'req-cecdafc0-7c29-405e-924c-2ec782315d09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:42,834 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.194s 2025-02-19 08:31:42,835 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1c021f-23c9-4dcf-9ec1-f80e46c5981a', 'x-compute-request-id': 'req-cc1c021f-23c9-4dcf-9ec1-f80e46c5981a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:44,027 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.176s 2025-02-19 08:31:44,028 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b442270-9079-4406-9e20-57516f6e625d', 'x-compute-request-id': 'req-4b442270-9079-4406-9e20-57516f6e625d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:45,182 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.138s 2025-02-19 08:31:45,183 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d05f552-5840-4876-bacb-b12661ec7f32', 'x-compute-request-id': 'req-0d05f552-5840-4876-bacb-b12661ec7f32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:46,347 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:31:46,347 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58bdfb27-ae29-4890-9581-68e890a5a313', 'x-compute-request-id': 'req-58bdfb27-ae29-4890-9581-68e890a5a313', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:47,512 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.145s 2025-02-19 08:31:47,513 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4dfb51f-6c35-4385-a9bc-7e1794cb90a8', 'x-compute-request-id': 'req-a4dfb51f-6c35-4385-a9bc-7e1794cb90a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:48,703 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.174s 2025-02-19 08:31:48,704 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8c7334e-be5a-48d6-b0ab-d59884039d5d', 'x-compute-request-id': 'req-b8c7334e-be5a-48d6-b0ab-d59884039d5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:49,911 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.191s 2025-02-19 08:31:49,912 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af0f4f3-67a9-42e8-9596-edc90c0c0330', 'x-compute-request-id': 'req-7af0f4f3-67a9-42e8-9596-edc90c0c0330', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:51,098 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.169s 2025-02-19 08:31:51,098 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b80be4f4-299e-4add-89ff-1448698873e7', 'x-compute-request-id': 'req-b80be4f4-299e-4add-89ff-1448698873e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:52,453 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.336s 2025-02-19 08:31:52,453 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83bb6261-9a92-418f-b8d1-aa4306f186ac', 'x-compute-request-id': 'req-83bb6261-9a92-418f-b8d1-aa4306f186ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:53,654 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.185s 2025-02-19 08:31:53,655 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:53 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809a99ca-8974-4def-8e25-12e2f41224ca', 'x-compute-request-id': 'req-809a99ca-8974-4def-8e25-12e2f41224ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:54,872 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.201s 2025-02-19 08:31:54,872 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-776785c0-9d27-4c4f-ba00-2b672de6f594', 'x-compute-request-id': 'req-776785c0-9d27-4c4f-ba00-2b672de6f594', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:56,035 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.144s 2025-02-19 08:31:56,036 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a5a225b-c86b-458a-97e5-1eb1205b28ce', 'x-compute-request-id': 'req-3a5a225b-c86b-458a-97e5-1eb1205b28ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:57,217 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.165s 2025-02-19 08:31:57,217 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b03a1c-9f99-430c-b7e7-d5f20910e327', 'x-compute-request-id': 'req-b8b03a1c-9f99-430c-b7e7-d5f20910e327', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:58,388 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.154s 2025-02-19 08:31:58,389 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c6eaec7-6aac-4a21-ab25-f1e495a20583', 'x-compute-request-id': 'req-4c6eaec7-6aac-4a21-ab25-f1e495a20583', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:31:59,579 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.173s 2025-02-19 08:31:59,579 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:31:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38dfdaa3-f35b-4658-ad1d-8d6e2936efb4', 'x-compute-request-id': 'req-38dfdaa3-f35b-4658-ad1d-8d6e2936efb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:00,749 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.155s 2025-02-19 08:32:00,749 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:00 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73078dfe-dac2-4288-a59c-484917f49f72', 'x-compute-request-id': 'req-73078dfe-dac2-4288-a59c-484917f49f72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:01,918 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.153s 2025-02-19 08:32:01,919 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c70d1db-f385-4107-8359-5d1fe6440c9f', 'x-compute-request-id': 'req-8c70d1db-f385-4107-8359-5d1fe6440c9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:03,091 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.155s 2025-02-19 08:32:03,092 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2195b821-59a1-4e13-81d4-42539d02f1a1', 'x-compute-request-id': 'req-2195b821-59a1-4e13-81d4-42539d02f1a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:04,259 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.151s 2025-02-19 08:32:04,260 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-683dfe26-179e-481f-a30a-6e432b76d668', 'x-compute-request-id': 'req-683dfe26-179e-481f-a30a-6e432b76d668', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:05,469 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.192s 2025-02-19 08:32:05,469 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e5d7439-ec5c-464d-9d26-5ed93ccb8567', 'x-compute-request-id': 'req-3e5d7439-ec5c-464d-9d26-5ed93ccb8567', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:06,641 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.155s 2025-02-19 08:32:06,641 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:06 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ac30c4-b587-472b-bcec-cc0ef39e5695', 'x-compute-request-id': 'req-71ac30c4-b587-472b-bcec-cc0ef39e5695', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:07,838 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.180s 2025-02-19 08:32:07,838 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8d672f8-6d35-4046-955f-8cace39e0c05', 'x-compute-request-id': 'req-c8d672f8-6d35-4046-955f-8cace39e0c05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:09,050 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.196s 2025-02-19 08:32:09,051 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98a425ca-c182-4eae-b01c-719351a5ecf8', 'x-compute-request-id': 'req-98a425ca-c182-4eae-b01c-719351a5ecf8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:10,210 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.142s 2025-02-19 08:32:10,211 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee1b0b37-bff8-4ec4-88f6-defc43dbf915', 'x-compute-request-id': 'req-ee1b0b37-bff8-4ec4-88f6-defc43dbf915', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:11,371 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.143s 2025-02-19 08:32:11,371 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72082aea-4a8e-48ad-94fd-db3182db0478', 'x-compute-request-id': 'req-72082aea-4a8e-48ad-94fd-db3182db0478', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:12,586 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.196s 2025-02-19 08:32:12,587 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-966af23a-451f-4594-a445-144768cc1a49', 'x-compute-request-id': 'req-966af23a-451f-4594-a445-144768cc1a49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:13,750 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:32:13,750 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a37acd-01b3-4c3a-89b2-b03352574a38', 'x-compute-request-id': 'req-f9a37acd-01b3-4c3a-89b2-b03352574a38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:14,941 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.175s 2025-02-19 08:32:14,942 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2727453f-2a42-4cf2-8ec4-7dfcf015268b', 'x-compute-request-id': 'req-2727453f-2a42-4cf2-8ec4-7dfcf015268b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:16,160 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.202s 2025-02-19 08:32:16,160 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c16a5dd-f8ae-4a8d-887b-14c05a34c146', 'x-compute-request-id': 'req-9c16a5dd-f8ae-4a8d-887b-14c05a34c146', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:17,322 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.144s 2025-02-19 08:32:17,322 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2cebe39-a11b-4d91-b7f3-42c16f2af431', 'x-compute-request-id': 'req-c2cebe39-a11b-4d91-b7f3-42c16f2af431', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:18,494 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.150s 2025-02-19 08:32:18,495 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66993489-9d5b-409e-9c03-82f03250272b', 'x-compute-request-id': 'req-66993489-9d5b-409e-9c03-82f03250272b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:19,652 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.139s 2025-02-19 08:32:19,652 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75fe8a5-ec2b-46e5-915c-c15a603a5d8b', 'x-compute-request-id': 'req-d75fe8a5-ec2b-46e5-915c-c15a603a5d8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:20,848 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.179s 2025-02-19 08:32:20,848 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5505ea9-2a25-421e-a9b7-59ee4e2c45e1', 'x-compute-request-id': 'req-e5505ea9-2a25-421e-a9b7-59ee4e2c45e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:22,054 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.189s 2025-02-19 08:32:22,055 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4faef8d-acab-4bba-961f-ce00b39934d8', 'x-compute-request-id': 'req-e4faef8d-acab-4bba-961f-ce00b39934d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:23,227 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.154s 2025-02-19 08:32:23,228 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e47b64-b19d-48d6-8d5e-a7f432cfaf96', 'x-compute-request-id': 'req-b2e47b64-b19d-48d6-8d5e-a7f432cfaf96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:24,454 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.211s 2025-02-19 08:32:24,455 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808d5dfc-c7e5-4f11-8f9f-63da0511d53c', 'x-compute-request-id': 'req-808d5dfc-c7e5-4f11-8f9f-63da0511d53c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:25,625 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.152s 2025-02-19 08:32:25,625 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88754861-f1be-4459-8640-3d4ed82603d8', 'x-compute-request-id': 'req-88754861-f1be-4459-8640-3d4ed82603d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:26,952 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.304s 2025-02-19 08:32:26,952 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e19f64-1b4a-4326-85c9-f1586825fc4d', 'x-compute-request-id': 'req-b2e19f64-1b4a-4326-85c9-f1586825fc4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:28,250 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.280s 2025-02-19 08:32:28,251 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86e7e2d3-6824-4149-8475-badb71df4f5f', 'x-compute-request-id': 'req-86e7e2d3-6824-4149-8475-badb71df4f5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:29,428 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.160s 2025-02-19 08:32:29,428 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b78bc0-94f2-4d1a-bae2-9dec9bf537b3', 'x-compute-request-id': 'req-d1b78bc0-94f2-4d1a-bae2-9dec9bf537b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:30,614 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.168s 2025-02-19 08:32:30,615 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c2ae822-7b90-49e9-a4e9-a3e757b2595a', 'x-compute-request-id': 'req-2c2ae822-7b90-49e9-a4e9-a3e757b2595a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:31,822 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.182s 2025-02-19 08:32:31,823 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f2b2637-1e00-452e-aa20-bb7dbdcac25e', 'x-compute-request-id': 'req-1f2b2637-1e00-452e-aa20-bb7dbdcac25e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:32,984 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.143s 2025-02-19 08:32:32,984 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9833067-6d11-4765-88d4-c051c4e928f0', 'x-compute-request-id': 'req-e9833067-6d11-4765-88d4-c051c4e928f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:34,180 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.178s 2025-02-19 08:32:34,181 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b01e904-55b6-43b1-8a5f-b7c51aadcd40', 'x-compute-request-id': 'req-8b01e904-55b6-43b1-8a5f-b7c51aadcd40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:35,343 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:32:35,343 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e439f54c-a3ce-45dc-8c1a-39d182810f80', 'x-compute-request-id': 'req-e439f54c-a3ce-45dc-8c1a-39d182810f80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:36,508 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.149s 2025-02-19 08:32:36,509 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeeecd5a-06ff-4d4a-a34e-437b2f92047e', 'x-compute-request-id': 'req-eeeecd5a-06ff-4d4a-a34e-437b2f92047e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:37,700 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.175s 2025-02-19 08:32:37,700 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0c6a1e-f47a-479b-8df4-8b4ebf0843c9', 'x-compute-request-id': 'req-8a0c6a1e-f47a-479b-8df4-8b4ebf0843c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:38,870 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.154s 2025-02-19 08:32:38,870 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82209522-d3e1-416b-9894-61838a0af11c', 'x-compute-request-id': 'req-82209522-d3e1-416b-9894-61838a0af11c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:40,082 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.195s 2025-02-19 08:32:40,082 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68f05ffa-e149-4b36-87fd-513325644102', 'x-compute-request-id': 'req-68f05ffa-e149-4b36-87fd-513325644102', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:41,244 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.145s 2025-02-19 08:32:41,244 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3f263dd-f0d5-4289-a8b6-94e6bcbd82fc', 'x-compute-request-id': 'req-d3f263dd-f0d5-4289-a8b6-94e6bcbd82fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:42,419 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.159s 2025-02-19 08:32:42,420 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5434b5-e27e-45be-ae3f-255ccb683ea0', 'x-compute-request-id': 'req-5b5434b5-e27e-45be-ae3f-255ccb683ea0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:43,616 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.176s 2025-02-19 08:32:43,616 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61a7a614-c742-461c-bc21-ef674fb86405', 'x-compute-request-id': 'req-61a7a614-c742-461c-bc21-ef674fb86405', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:44,777 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.145s 2025-02-19 08:32:44,778 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4619155c-f628-4dbb-b955-4c876db1814d', 'x-compute-request-id': 'req-4619155c-f628-4dbb-b955-4c876db1814d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:45,995 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.201s 2025-02-19 08:32:45,996 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44982e0f-fb48-48db-8d95-d43017372f58', 'x-compute-request-id': 'req-44982e0f-fb48-48db-8d95-d43017372f58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:47,160 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.148s 2025-02-19 08:32:47,161 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7adc0e28-b5b4-4862-99ed-86bb1ecac42f', 'x-compute-request-id': 'req-7adc0e28-b5b4-4862-99ed-86bb1ecac42f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:48,323 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:32:48,324 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f977b61-2785-490d-b45a-31f061e2d8eb', 'x-compute-request-id': 'req-8f977b61-2785-490d-b45a-31f061e2d8eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:49,496 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.155s 2025-02-19 08:32:49,497 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21da5a57-4e74-42a5-b79c-33e4ea81bb40', 'x-compute-request-id': 'req-21da5a57-4e74-42a5-b79c-33e4ea81bb40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:50,659 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:32:50,660 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67991c8-233a-4ccf-a682-f98a60d5cdc9', 'x-compute-request-id': 'req-d67991c8-233a-4ccf-a682-f98a60d5cdc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:51,854 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.178s 2025-02-19 08:32:51,854 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5cb7174-3183-4b55-9e30-88a8c7a661fa', 'x-compute-request-id': 'req-e5cb7174-3183-4b55-9e30-88a8c7a661fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:53,019 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.148s 2025-02-19 08:32:53,019 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:52 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6d4b959-5e28-43d6-befb-d5beafcbdc61', 'x-compute-request-id': 'req-d6d4b959-5e28-43d6-befb-d5beafcbdc61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:54,182 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:32:54,182 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:54 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2351aaf1-56bd-40ee-8fd8-0a8e1d7ccb65', 'x-compute-request-id': 'req-2351aaf1-56bd-40ee-8fd8-0a8e1d7ccb65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:55,384 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.183s 2025-02-19 08:32:55,385 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-172e2a1c-005c-45ad-a3c4-12ea48bbb5f3', 'x-compute-request-id': 'req-172e2a1c-005c-45ad-a3c4-12ea48bbb5f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:56,543 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.142s 2025-02-19 08:32:56,543 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:56 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d96efef-1b50-4d84-a539-2f46f50622a4', 'x-compute-request-id': 'req-1d96efef-1b50-4d84-a539-2f46f50622a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:57,732 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.173s 2025-02-19 08:32:57,732 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:57 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16d7b3df-1c2b-43d2-89fa-f6411136285c', 'x-compute-request-id': 'req-16d7b3df-1c2b-43d2-89fa-f6411136285c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:32:58,891 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.143s 2025-02-19 08:32:58,891 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:58 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa8ebce-b4ce-4dad-9ff3-61066648d194', 'x-compute-request-id': 'req-4fa8ebce-b4ce-4dad-9ff3-61066648d194', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:00,045 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.137s 2025-02-19 08:33:00,045 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:32:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b4a993f-8073-438c-9b81-e9ba75780040', 'x-compute-request-id': 'req-3b4a993f-8073-438c-9b81-e9ba75780040', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:01,238 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.178s 2025-02-19 08:33:01,239 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:01 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e76c5494-e892-4fb5-8fe9-8a914bba3388', 'x-compute-request-id': 'req-e76c5494-e892-4fb5-8fe9-8a914bba3388', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:02,400 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.145s 2025-02-19 08:33:02,400 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e49b246c-a6d6-4a01-8e07-094b878a1c82', 'x-compute-request-id': 'req-e49b246c-a6d6-4a01-8e07-094b878a1c82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:03,696 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.279s 2025-02-19 08:33:03,696 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:03 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e641c75-3628-457f-bfa7-cbf90d21ce2f', 'x-compute-request-id': 'req-5e641c75-3628-457f-bfa7-cbf90d21ce2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:04,859 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.146s 2025-02-19 08:33:04,860 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:04 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c00522bb-d16d-47e9-bd61-0c420487bdc8', 'x-compute-request-id': 'req-c00522bb-d16d-47e9-bd61-0c420487bdc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:06,026 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:33:06,026 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:05 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfea6666-e869-440f-9831-dcf646e5dc0e', 'x-compute-request-id': 'req-bfea6666-e869-440f-9831-dcf646e5dc0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:07,191 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.148s 2025-02-19 08:33:07,191 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c69c397-1164-40db-9603-03ff25a41dee', 'x-compute-request-id': 'req-1c69c397-1164-40db-9603-03ff25a41dee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:08,386 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.178s 2025-02-19 08:33:08,386 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04a47b9b-0d8a-486f-b6b6-e63dd3419032', 'x-compute-request-id': 'req-04a47b9b-0d8a-486f-b6b6-e63dd3419032', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:09,550 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.147s 2025-02-19 08:33:09,550 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d3c9929-552f-4da7-bdc2-d29a5c87bf05', 'x-compute-request-id': 'req-6d3c9929-552f-4da7-bdc2-d29a5c87bf05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:10,759 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.192s 2025-02-19 08:33:10,760 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d15b2cb-f958-4193-85db-8842c971244f', 'x-compute-request-id': 'req-6d15b2cb-f958-4193-85db-8842c971244f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:11,939 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.162s 2025-02-19 08:33:11,939 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c20821b2-adac-4cdc-9343-22f6bfe00d0b', 'x-compute-request-id': 'req-c20821b2-adac-4cdc-9343-22f6bfe00d0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:13,114 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.159s 2025-02-19 08:33:13,114 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d82a4265-afbf-41e5-ac8a-d5c9496e4924', 'x-compute-request-id': 'req-d82a4265-afbf-41e5-ac8a-d5c9496e4924', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:14,310 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.177s 2025-02-19 08:33:14,310 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b032eb-6c45-4866-9abe-5651d31d2cad', 'x-compute-request-id': 'req-b8b032eb-6c45-4866-9abe-5651d31d2cad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:15,477 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.149s 2025-02-19 08:33:15,477 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b71c58-6a44-407c-a31c-41b12c3e1f4a', 'x-compute-request-id': 'req-17b71c58-6a44-407c-a31c-41b12c3e1f4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:16,685 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.190s 2025-02-19 08:33:16,686 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:16 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e47df83a-1d1c-47d2-a632-8533990a9638', 'x-compute-request-id': 'req-e47df83a-1d1c-47d2-a632-8533990a9638', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:17,844 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.140s 2025-02-19 08:33:17,844 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:17 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edddbeb6-0071-4734-9c20-f59f76d32509', 'x-compute-request-id': 'req-edddbeb6-0071-4734-9c20-f59f76d32509', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:19,014 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.152s 2025-02-19 08:33:19,015 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:18 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a50016-f074-460d-9da9-e75a9cb2d5d5', 'x-compute-request-id': 'req-79a50016-f074-460d-9da9-e75a9cb2d5d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:20,217 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.185s 2025-02-19 08:33:20,218 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:20 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d85e417-0e96-4dfc-9fd8-bf700b43171c', 'x-compute-request-id': 'req-6d85e417-0e96-4dfc-9fd8-bf700b43171c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:21,399 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.165s 2025-02-19 08:33:21,399 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:21 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e0d6b9b-24b2-44e6-a362-97d8600eb949', 'x-compute-request-id': 'req-9e0d6b9b-24b2-44e6-a362-97d8600eb949', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:22,588 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.171s 2025-02-19 08:33:22,588 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e600adea-a498-4c91-b8a1-b3ebb5579287', 'x-compute-request-id': 'req-e600adea-a498-4c91-b8a1-b3ebb5579287', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:23,806 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.201s 2025-02-19 08:33:23,807 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddbb4fdc-6d76-47b4-ac66-c12dfb4cff8d', 'x-compute-request-id': 'req-ddbb4fdc-6d76-47b4-ac66-c12dfb4cff8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:25,037 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.208s 2025-02-19 08:33:25,037 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7381318-6ee1-42a1-a8c4-4f00b37c61ce', 'x-compute-request-id': 'req-c7381318-6ee1-42a1-a8c4-4f00b37c61ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "BUILD", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:33:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:26,221 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.167s 2025-02-19 08:33:26,221 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b0aafc6-a1bd-4d73-b980-f17cd8947202', 'x-compute-request-id': 'req-0b0aafc6-a1bd-4d73-b980-f17cd8947202', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:33:25Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:e2:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:33:26,241 88074 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 156 second wait 2025-02-19 08:33:26,373 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c/os-interface 0.130s 2025-02-19 08:33:26,373 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae41637-6e9a-4eac-a764-63576248c8c7', 'x-compute-request-id': 'req-4ae41637-6e9a-4eac-a764-63576248c8c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b45d48bb-d239-4fad-a48b-69cdabca8196", "port_id": "69432b4c-9e16-454e-a56a-6cc97c254c4e", "mac_addr": "fa:16:3e:37:e2:5e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "03641efa-892d-4272-b913-e230c945d8d9", "ip_address": "10.1.0.3"}]}]}' 2025-02-19 08:34:26,446 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 502 PUT https://10.209.35.117:9696/networking/v2.0/floatingips/d0005e82-799c-41cf-9358-ba6259778d22 60.068s 2025-02-19 08:34:26,446 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "69432b4c-9e16-454e-a56a-6cc97c254c4e"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:33:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/floatingips/d0005e82-799c-41cf-9358-ba6259778d22'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:34:26,544 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 204 DELETE https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.098s 2025-02-19 08:34:26,545 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cac97870-6d01-40c1-a8e8-1a071f30dc2b', 'x-compute-request-id': 'req-cac97870-6d01-40c1-a8e8-1a071f30dc2b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'' 2025-02-19 08:34:26,745 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.200s 2025-02-19 08:34:26,746 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b15a249a-cd95-49bf-8e5a-1ff19bfca6b0', 'x-compute-request-id': 'req-b15a249a-cd95-49bf-8e5a-1ff19bfca6b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:26Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:e2:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:27,971 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.210s 2025-02-19 08:34:27,972 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c2d006-365e-4f80-a972-d9d016327900', 'x-compute-request-id': 'req-c0c2d006-365e-4f80-a972-d9d016327900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:26Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:e2:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:29,196 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.207s 2025-02-19 08:34:29,197 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195bb59d-5a03-4c0f-b7a0-b1e3183e4257', 'x-compute-request-id': 'req-195bb59d-5a03-4c0f-b7a0-b1e3183e4257', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:28Z", "addresses": {"tempest-ServerActionsTestJSON-1869444351-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:e2:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--838972904"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:30,297 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.084s 2025-02-19 08:34:30,298 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea3e1c7-0217-4b2b-9258-634148a6cb7b', 'x-compute-request-id': 'req-3ea3e1c7-0217-4b2b-9258-634148a6cb7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "ACTIVE", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:31,400 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.085s 2025-02-19 08:34:31,401 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4696c1cd-4735-424e-92ac-245373ed272a', 'x-compute-request-id': 'req-4696c1cd-4735-424e-92ac-245373ed272a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "DELETED", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:34:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:31,417 88074 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait 2025-02-19 08:34:32,512 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.093s 2025-02-19 08:34:32,512 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78152637-4ba1-4779-9a83-5f185a4a26e5', 'x-compute-request-id': 'req-78152637-4ba1-4779-9a83-5f185a4a26e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "DELETED", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:34:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:33,625 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.095s 2025-02-19 08:34:33,626 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5df422e-c56b-4ae6-8cfe-7f2dc52b0512', 'x-compute-request-id': 'req-e5df422e-c56b-4ae6-8cfe-7f2dc52b0512', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "DELETED", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:34:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:34,736 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.094s 2025-02-19 08:34:34,737 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06600421-0e4a-40c1-bbca-0807051b876e', 'x-compute-request-id': 'req-06600421-0e4a-40c1-bbca-0807051b876e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"server": {"id": "e4c0ec92-6b9c-4a88-94c5-1a21d30f196c", "name": "tempest-ServerActionsTestJSON-server-138001852", "status": "DELETED", "tenant_id": "5bb226f4e13744c7bc9243187dd0d5d9", "user_id": "d714d8ec192a4991bb1df5bdd2d7a771", "metadata": {}, "hostId": "a5bea461d4e767b0d1f768d4471f3b4d9e773a6b001000af72244317", "image": {"id": "509ebf1b-b26e-47da-bb10-0ea98f7fbf20", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/images/509ebf1b-b26e-47da-bb10-0ea98f7fbf20"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.209.35.117/compute/flavors/42"}]}, "created": "2025-02-19T08:30:50Z", "updated": "2025-02-19T08:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}, {"rel": "bookmark", "href": "https://10.209.35.117/compute/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006425747", "OS-SRV-USG:launched_at": "2025-02-19T08:33:25.000000", "OS-SRV-USG:terminated_at": "2025-02-19T08:34:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-02-19 08:34:35,786 88074 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 404 GET https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c 0.033s 2025-02-19 08:34:35,786 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:34:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ce814a14-7452-4161-8052-8c6c6c5e9b49', 'x-compute-request-id': 'req-ce814a14-7452-4161-8052-8c6c6c5e9b49', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117/compute/v2.1/servers/e4c0ec92-6b9c-4a88-94c5-1a21d30f196c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e4c0ec92-6b9c-4a88-94c5-1a21d30f196c could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 48, in setUp waiters.wait_for_server_status(self.client, File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status body = client.show_server(server_id)['server'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 164, in show_server resp, body = self.get("servers/%s" % server_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 342, in get return self.request('GET', url, extra_headers, headers, File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'code': 404, 'message': 'Instance 2c23da77-9ff0-4711-b767-b4c3bbd1f2cd could not be found.'} During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 56, in setUp server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 359, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 331, in create_test_server _setup_validation_fip( File "/opt/stack/tempest/tempest/common/compute.py", line 101, in _setup_validation_fip clients.floating_ips_client.update_floatingip( File "/opt/stack/tempest/tempest/lib/services/network/floating_ips_client.py", line 41, in update_floatingip return self.update_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
pass
pt88.9: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
||||||
test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
pass
pt88.10: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 2 | 2 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt89.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
pt89.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] |
fail
ft89.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:00:36,937 88072 INFO [tempest.lib.common.rest_client] Request (AllowedAddressPairIpV6TestJSON:test_update_port_with_cidr_address_pair): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.868s 2025-02-19 09:00:36,938 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "5c9639bc-e84a-4aee-8f9f-34fc76f1fa2f", "name": "tempest-AllowedAddressPairIpV6TestJSON-1769610855"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '744', 'x-openstack-request-id': 'req-09bc895f-69fe-4def-b76b-b8683ccc2ebc', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"218a21a1-8de9-461c-a8cb-19dd02c56cbe","name":"tempest-AllowedAddressPairIpV6TestJSON-1769610855","network_id":"5c9639bc-e84a-4aee-8f9f-34fc76f1fa2f","tenant_id":"1d9807f0a2ae4e2a9de85d232bdbbf1d","mac_address":"fa:16:3e:8d:e4:ac","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"00679ff9-fcaf-46e8-8fda-ab1689f5a766","ip_address":"2001:db8::4a"}],"project_id":"1d9807f0a2ae4e2a9de85d232bdbbf1d","port_security_enabled":true,"security_groups":["f8295848-6e3a-4fd9-8864-a69da66fd1d2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:00:36Z","updated_at":"2025-02-19T09:00:36Z","revision_number":1}}' 2025-02-19 09:00:37,586 88072 INFO [tempest.lib.common.rest_client] Request (AllowedAddressPairIpV6TestJSON:test_update_port_with_cidr_address_pair): 200 PUT https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe 0.647s 2025-02-19 09:00:37,586 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"allowed_address_pairs": [{"ip_address": "2001:db8::/48", "mac_address": "fa:16:3e:38:af:3e"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '808', 'x-openstack-request-id': 'req-156701ab-f227-46fd-bce2-f65d2773d34b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe'} Body: b'{"port":{"id":"218a21a1-8de9-461c-a8cb-19dd02c56cbe","name":"tempest-AllowedAddressPairIpV6TestJSON-1769610855","network_id":"5c9639bc-e84a-4aee-8f9f-34fc76f1fa2f","tenant_id":"1d9807f0a2ae4e2a9de85d232bdbbf1d","mac_address":"fa:16:3e:8d:e4:ac","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"00679ff9-fcaf-46e8-8fda-ab1689f5a766","ip_address":"2001:db8::4a"}],"allowed_address_pairs":[{"mac_address":"fa:16:3e:38:af:3e","ip_address":"2001:db8::/48"}],"extra_dhcp_opts":[],"security_groups":["f8295848-6e3a-4fd9-8864-a69da66fd1d2"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:00:36Z","updated_at":"2025-02-19T09:00:37Z","revision_number":2,"project_id":"1d9807f0a2ae4e2a9de85d232bdbbf1d"}}' 2025-02-19 09:01:37,602 88072 INFO [tempest.lib.common.rest_client] Request (AllowedAddressPairIpV6TestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe 60.015s 2025-02-19 09:01:37,603 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:01:37,635 88072 INFO [tempest.lib.common.rest_client] Request (AllowedAddressPairIpV6TestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe 0.031s 2025-02-19 09:01:37,635 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:01:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '132', 'x-openstack-request-id': 'req-a3d8f7b1-db21-432e-bb02-220df056a010', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/218a21a1-8de9-461c-a8cb-19dd02c56cbe'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 218a21a1-8de9-461c-a8cb-19dd02c56cbe could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
fail
ft89.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:02:37,705 88072 INFO [tempest.lib.common.rest_client] Request (AllowedAddressPairIpV6TestJSON:test_update_port_with_multiple_ip_mac_address_pair): 502 POST https://10.209.35.117:9696/networking/v2.0/ports 60.067s 2025-02-19 09:02:37,705 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "5c9639bc-e84a-4aee-8f9f-34fc76f1fa2f", "name": "tempest-AllowedAddressPairIpV6TestJSON-1914274001"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:01:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 132, in test_update_port_with_multiple_ip_mac_address_pair resp = self.ports_client.create_port( File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 0 | 11 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
fail
ft90.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:03:39,823 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.269s 2025-02-19 09:03:39,823 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-c82be699-fcce-462b-8dc7-e2417a7add0e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"209ec495-36ca-4c0d-99ef-bfb38cc32bea","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:03:40,486 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.662s 2025-02-19 09:03:40,486 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "name": "tempest-NetworksTestDHCPv6-282474641"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-7fb61d13-14d6-4f10-a95c-d9995a96993b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"738e1f03-5722-4c68-b5ce-f41404535d08","name":"tempest-NetworksTestDHCPv6-282474641","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:9d:47:df","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"209ec495-36ca-4c0d-99ef-bfb38cc32bea","ip_address":"2001:db8::213"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1}}' 2025-02-19 09:03:40,544 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.057s 2025-02-19 09:03:40,544 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1368', 'x-openstack-request-id': 'req-01b44730-652c-4e0c-8221-8ca1a798cbbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"738e1f03-5722-4c68-b5ce-f41404535d08","name":"tempest-NetworksTestDHCPv6-282474641","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:9d:47:df","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"209ec495-36ca-4c0d-99ef-bfb38cc32bea","ip_address":"2001:db8::213"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:04:40,589 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/738e1f03-5722-4c68-b5ce-f41404535d08 60.045s 2025-02-19 09:04:40,590 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/738e1f03-5722-4c68-b5ce-f41404535d08'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:04:40,680 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.088s 2025-02-19 09:04:40,680 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '644', 'x-openstack-request-id': 'req-5da54b29-5411-41a4-b4f1-23c977522267', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:04:40,756 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.075s 2025-02-19 09:04:40,756 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2658', 'x-openstack-request-id': 'req-c29cf438-c440-440a-8777-8e96f805baeb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"209ec495-36ca-4c0d-99ef-bfb38cc32bea","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":6,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::2","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::1"},{"start":"2001:db8::3","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:47Z","updated_at":"2025-02-19T08:00:47Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"efaa192f-8774-432f-9d4b-8322b7e1dbd7","name":"public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.24.5.1","cidr":"172.24.5.0/24","allocation_pools":[{"start":"172.24.5.2","end":"172.24.5.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:40Z","updated_at":"2025-02-19T08:00:40Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"}]}' 2025-02-19 09:05:22,667 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/209ec495-36ca-4c0d-99ef-bfb38cc32bea 41.910s 2025-02-19 09:05:22,668 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:05:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-c2e88e93-0b86-4165-8f47-1a421d972111', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/209ec495-36ca-4c0d-99ef-bfb38cc32bea'} Body: b'' 2025-02-19 09:05:22,733 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/routers 0.065s 2025-02-19 09:05:22,734 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:05:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '15', 'x-openstack-request-id': 'req-92d33a9b-fc4e-4967-8c94-574fb41e3d2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"routers": []}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 307, in test_dhcp_stateful self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 79, in _clean_network self.ports_client.delete_port(port['id']) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
fail
ft90.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:05:23,024 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.285s 2025-02-19 09:05:23,024 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:05:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-27d54f77-46f0-4f49-a17a-f6f2c1b7ef31', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:06:23,075 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips): 502 POST https://10.209.35.117:9696/networking/v2.0/ports 60.049s 2025-02-19 09:06:23,075 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "fixed_ips": [{"subnet_id": "2476cddb-fd04-4825-aa75-6dd7ea7c8b61", "ip_address": "2001:db8::1ae4:7bb:dcfb:bfea"}], "name": "tempest-NetworksTestDHCPv6-1551486877"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:05:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:06:23,171 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.095s 2025-02-19 09:06:23,172 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1384', 'x-openstack-request-id': 'req-7a19041d-665b-4a88-b6ec-b92c44cd7e0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:05:23Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:06:23,228 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.056s 2025-02-19 09:06:23,228 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2658', 'x-openstack-request-id': 'req-e62f31c5-e7c7-4c8a-a2ce-f6d4c91c7bc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":6,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::2","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::1"},{"start":"2001:db8::3","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:47Z","updated_at":"2025-02-19T08:00:47Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"efaa192f-8774-432f-9d4b-8322b7e1dbd7","name":"public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.24.5.1","cidr":"172.24.5.0/24","allocation_pools":[{"start":"172.24.5.2","end":"172.24.5.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:40Z","updated_at":"2025-02-19T08:00:40Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"}]}' 2025-02-19 09:06:23,314 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.085s 2025-02-19 09:06:23,314 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-8e1b1227-877d-44a1-af62-66c02ec9f326', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 335, in test_dhcp_stateful_fixedips port = self.create_port(self.network, File "/opt/stack/tempest/tempest/api/network/base.py", line 169, in create_port body = cls.ports_client.create_port(network_id=network['id'], File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
fail
ft90.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:06:23,479 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_duplicate): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.157s 2025-02-19 09:06:23,479 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-2ffdfde6-2db8-4430-be7c-d0e41f06c431', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:06:43,130 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_duplicate): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 19.650s 2025-02-19 09:06:43,131 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-97a9d0a8-869a-4f60-bc3a-371626571eb2', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:06:43,889 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_duplicate): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.757s 2025-02-19 09:06:43,889 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "fixed_ips": [{"subnet_id": "44199ca1-1998-4376-ad6c-21557742835b", "ip_address": "2001:db8:0:1:2251:daf1:7e3a:1807"}], "name": "tempest-NetworksTestDHCPv6-1233908979"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '752', 'x-openstack-request-id': 'req-e5bdc10f-9488-42a6-8c21-6a22e0f8aae4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"f2f09199-0144-41a7-8dd8-97e5137700c8","name":"tempest-NetworksTestDHCPv6-1233908979","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:28:06:1d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"44199ca1-1998-4376-ad6c-21557742835b","ip_address":"2001:db8:0:1:2251:daf1:7e3a:1807"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:06:43Z","updated_at":"2025-02-19T09:06:43Z","revision_number":1}}' 2025-02-19 09:06:44,091 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_duplicate): 409 POST https://10.209.35.117:9696/networking/v2.0/ports 0.200s 2025-02-19 09:06:44,091 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "fixed_ips": [{"subnet_id": "44199ca1-1998-4376-ad6c-21557742835b", "ip_address": "2001:db8:0:1:2251:daf1:7e3a:1807"}], "name": "tempest-NetworksTestDHCPv6-1572846560"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '192', 'x-openstack-request-id': 'req-99f6b495-7f07-46ca-9c9b-924e13effe95', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"NeutronError": {"type": "IpAddressAlreadyAllocated", "message": "IP address 2001:db8:0:1:2251:daf1:7e3a:1807 already allocated in subnet 44199ca1-1998-4376-ad6c-21557742835b", "detail": ""}}' 2025-02-19 09:06:44,155 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.064s 2025-02-19 09:06:44,156 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2128', 'x-openstack-request-id': 'req-13cdddd0-16b2-4906-9dd8-f7910fc70b49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:05:23Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"f2f09199-0144-41a7-8dd8-97e5137700c8","name":"tempest-NetworksTestDHCPv6-1233908979","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:28:06:1d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"44199ca1-1998-4376-ad6c-21557742835b","ip_address":"2001:db8:0:1:2251:daf1:7e3a:1807"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:06:43Z","updated_at":"2025-02-19T09:06:43Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:07:44,225 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/f2f09199-0144-41a7-8dd8-97e5137700c8 60.068s 2025-02-19 09:07:44,225 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/f2f09199-0144-41a7-8dd8-97e5137700c8'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 79, in _clean_network self.ports_client.delete_port(port['id']) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
fail
ft90.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:07:44,403 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_outrange): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.174s 2025-02-19 09:07:44,404 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-a9f815ca-5467-4b28-a077-d5749cac352b', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:07:44,800 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_outrange): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.396s 2025-02-19 09:07:44,801 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-6b046321-6dfa-4039-adcb-a061c99f8bf4', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:07:45,084 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_outrange): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.283s 2025-02-19 09:07:45,085 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-f74c2153-bcad-4611-8805-bc331f486ec4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e46f234a-db57-4dbf-aae5-3b145d7845d1","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:2::1","cidr":"2001:db8:0:2::/64","allocation_pools":[{"start":"2001:db8:0:2::2","end":"2001:db8:0:2:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:44Z","updated_at":"2025-02-19T09:07:44Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:07:45,255 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_outrange): 400 POST https://10.209.35.117:9696/networking/v2.0/ports 0.169s 2025-02-19 09:07:45,256 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "fixed_ips": [{"subnet_id": "e46f234a-db57-4dbf-aae5-3b145d7845d1", "ip_address": "2001:db8:0:3::"}], "name": "tempest-NetworksTestDHCPv6-931921190"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-eb61badd-e1b2-4d34-abdb-a181ba63be60', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"NeutronError": {"type": "InvalidIpForSubnet", "message": "IP address 2001:db8:0:3:: is not a valid IP for the specified subnet.", "detail": ""}}' 2025-02-19 09:07:45,316 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.060s 2025-02-19 09:07:45,317 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1384', 'x-openstack-request-id': 'req-d361a29f-a8d0-4c26-8222-4e570d3e2a55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:05:23Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:07:45,378 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.060s 2025-02-19 09:07:45,378 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4012', 'x-openstack-request-id': 'req-eaf21c69-b6ca-4121-82a5-865469026ee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":6,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::2","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::1"},{"start":"2001:db8::3","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:47Z","updated_at":"2025-02-19T08:00:47Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"e46f234a-db57-4dbf-aae5-3b145d7845d1","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:2::1","cidr":"2001:db8:0:2::/64","allocation_pools":[{"start":"2001:db8:0:2::2","end":"2001:db8:0:2:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:44Z","updated_at":"2025-02-19T09:07:44Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"efaa192f-8774-432f-9d4b-8322b7e1dbd7","name":"public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.24.5.1","cidr":"172.24.5.0/24","allocation_pools":[{"start":"172.24.5.2","end":"172.24.5.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:40Z","updated_at":"2025-02-19T08:00:40Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"}]}' 2025-02-19 09:07:45,472 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.092s 2025-02-19 09:07:45,472 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-590c48f6-6fa9-4c15-9ebd-f5c439b526c1', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
fail
ft90.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:07:45,628 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.150s 2025-02-19 09:07:45,628 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-75539135-88e0-4ad9-b023-7629ed47e5e3', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:07:45,767 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.138s 2025-02-19 09:07:45,767 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-281bb0ba-b745-4cf0-9175-6b12d236775d', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:07:45,912 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.144s 2025-02-19 09:07:45,913 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-d98950dc-5814-4cf2-9c6c-859ef949a2da', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:07:46,199 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.285s 2025-02-19 09:07:46,199 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-d06b7fc0-edc5-4244-891d-430b0a637a1a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:08:45,153 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 58.953s 2025-02-19 09:08:45,153 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-NetworksTestDHCPv6-router-1171658369", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-a5d4c910-f5d5-4772-9146-423ae7b31a34', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "e5afc92c-6d1e-4ddf-b083-f85f208ce884", "name": "tempest-NetworksTestDHCPv6-router-1171658369", "tenant_id": "5de835e767ee4715b642f7056ed7c6c4", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:07:46Z", "updated_at": "2025-02-19T09:07:46Z", "revision_number": 1, "project_id": "5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:09:45,223 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/e5afc92c-6d1e-4ddf-b083-f85f208ce884/add_router_interface 60.069s 2025-02-19 09:09:45,223 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "6aae66bf-9d11-4d40-bf8f-a235dcfdf5af"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/e5afc92c-6d1e-4ddf-b083-f85f208ce884/add_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:09:45,336 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.111s 2025-02-19 09:09:45,336 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2097', 'x-openstack-request-id': 'req-2dffc5e5-394f-4cd3-984c-19bb09679786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"1542cd3a-3ba8-405d-ae24-49f417a94674","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:28:eb:69","admin_state_up":true,"status":"DOWN","device_id":"e5afc92c-6d1e-4ddf-b083-f85f208ce884","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","ip_address":"2001:db8:0:3::1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:08:45Z","updated_at":"2025-02-19T09:08:45Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:05:23Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:09:45,861 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/e5afc92c-6d1e-4ddf-b083-f85f208ce884/remove_router_interface 0.524s 2025-02-19 09:09:45,861 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "1542cd3a-3ba8-405d-ae24-49f417a94674"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f84eeda0-6a27-4196-a109-342fcd84572e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/e5afc92c-6d1e-4ddf-b083-f85f208ce884/remove_router_interface'} Body: b'{"id": "e5afc92c-6d1e-4ddf-b083-f85f208ce884", "tenant_id": "5de835e767ee4715b642f7056ed7c6c4", "port_id": "1542cd3a-3ba8-405d-ae24-49f417a94674", "network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "subnet_id": "6aae66bf-9d11-4d40-bf8f-a235dcfdf5af", "subnet_ids": ["6aae66bf-9d11-4d40-bf8f-a235dcfdf5af"]}' 2025-02-19 09:09:45,931 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.069s 2025-02-19 09:09:45,932 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4689', 'x-openstack-request-id': 'req-49930bd1-aecf-4748-80af-b775fbcf822c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3e-41df-abba-404c1a4b8190","ip_version":6,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::2","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::1"},{"start":"2001:db8::3","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":true,"service_types":[],"tags":[],"created_at":"2025-02-19T08:00:47Z","updated_at":"2025-02-19T08:00:47Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"e46f234a-db57-4dbf-aae5-3b145d7845d1","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:2::1","cidr":"2001:db8:0:2::/64","allocation_pools":[{"start":"2001:db8:0:2::2","end":"2001:db8:0:2:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:44Z","updated_at":"2025-02-19T09:07:44Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"efaa192f-8774-432f-9d4b-8322b 2025-02-19 09:09:46,060 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.127s 2025-02-19 09:09:46,060 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-625e2f6e-9db7-4051-a60a-e688e269c44b', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 418, in test_dhcp_stateful_router subnet, port = self._create_subnet_router(kwargs) File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 399, in _create_subnet_router port = self.create_router_interface(router['id'], File "/opt/stack/tempest/tempest/api/network/base.py", line 217, in create_router_interface interface = cls.routers_client.add_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
fail
ft90.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:09:46,241 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.177s 2025-02-19 09:09:46,241 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-acfa30e9-f5d0-4887-bd85-d80a543aebfd', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:09:46,384 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.142s 2025-02-19 09:09:46,385 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-6fe803b0-df13-478b-9575-c29f8e4f443a', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:09:46,529 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.144s 2025-02-19 09:09:46,530 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-71b2d5e0-deb3-430d-8752-35b574b26231', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:09:46,752 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.221s 2025-02-19 09:09:46,752 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-42fbabda-c527-4a96-9228-da0ac5c65e72', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:09:47,925 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 1.172s 2025-02-19 09:09:47,925 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '667', 'x-openstack-request-id': 'req-8726e969-2008-4775-9689-d5f035b22252', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:09:48,626 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.699s 2025-02-19 09:09:48,626 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '618', 'x-openstack-request-id': 'req-9a063e55-9be8-424c-a8c7-dcfa62b66389', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:10:22,931 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 34.304s 2025-02-19 09:10:22,931 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "mac_address": "fa:16:3e:74:80:7a", "name": "tempest-NetworksTestDHCPv6-1488390467"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '911', 'x-openstack-request-id': 'req-b8df1262-48ce-45b4-835b-587579008794', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"fd32786a-e5d9-49be-b46c-58b2abfb8b83","name":"tempest-NetworksTestDHCPv6-1488390467","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:74:80:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.9"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe74:807a"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::324"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":1}}' 2025-02-19 09:10:23,067 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.135s 2025-02-19 09:10:23,068 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2565', 'x-openstack-request-id': 'req-051df279-122d-4d81-8dd8-10e7d3d63dbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:09:47Z","revision_number":2,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:09:48Z","revision_number":3,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"fd32786a-e5d9-49be-b46c-58b2abfb8b83","name":"tempest-NetworksTestDHCPv6-1488390467","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:74:80:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.9"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe74:807a"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::324"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:10:23,403 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/fd32786a-e5d9-49be-b46c-58b2abfb8b83 0.334s 2025-02-19 09:10:23,403 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-aaaebc57-78bf-4480-8f04-f293af07a7aa', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/fd32786a-e5d9-49be-b46c-58b2abfb8b83'} Body: b'' 2025-02-19 09:10:23,470 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.066s 2025-02-19 09:10:23,471 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5954', 'x-openstack-request-id': 'req-65064a50-f93e-4fae-8032-5e795d029095', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3 2025-02-19 09:10:23,552 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.081s 2025-02-19 09:10:23,552 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-130fcdb6-ddf6-4d7c-acc7-3361ffc55c7e', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' 2025-02-19 09:10:23,620 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.067s 2025-02-19 09:10:23,621 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-d86f3c64-cfb2-4460-83d1-e3f762e9c110', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:09:47Z","revision_number":2,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:09:48Z","revision_number":3,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:10:23,691 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.069s 2025-02-19 09:10:23,692 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5954', 'x-openstack-request-id': 'req-2d1b87e3-8f1e-4414-82ce-b8d0f72f1515', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3 2025-02-19 09:10:23,788 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.095s 2025-02-19 09:10:23,789 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-56d6436c-550a-44e3-9d05-352c4cd4280c', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 276, in test_dhcpv6_64_subnets self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
fail
ft90.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:10:23,891 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.094s 2025-02-19 09:10:23,892 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateless", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '257', 'x-openstack-request-id': 'req-419f1131-c516-4c63-be86-4f9ea92da779', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'dhcpv6-stateless\' with ipv6_address_mode set to \'dhcpv6-stateful\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:23,990 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.097s 2025-02-19 09:10:23,990 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateless", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '247', 'x-openstack-request-id': 'req-07d3830e-bbb2-46e9-9f07-a57d45c99718', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'dhcpv6-stateless\' with ipv6_address_mode set to \'slaac\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:24,082 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.090s 2025-02-19 09:10:24,082 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '246', 'x-openstack-request-id': 'req-faf9f3ee-d910-4461-8c48-09e9ddb24f12', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'slaac\' with ipv6_address_mode set to \'dhcpv6-stateful\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:24,171 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.088s 2025-02-19 09:10:24,172 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateless"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '257', 'x-openstack-request-id': 'req-7bc052e5-8a99-4c2c-8390-5d32f3af2e85', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'dhcpv6-stateful\' with ipv6_address_mode set to \'dhcpv6-stateless\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:24,260 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.087s 2025-02-19 09:10:24,260 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '246', 'x-openstack-request-id': 'req-46162ed2-9d85-4510-b137-1a3ed693c51f', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'dhcpv6-stateful\' with ipv6_address_mode set to \'slaac\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:24,353 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.092s 2025-02-19 09:10:24,353 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "dhcpv6-stateless"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '247', 'x-openstack-request-id': 'req-11d3a218-5924-491b-a20e-083ae165be31', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: ipv6_ra_mode set to \'slaac\' with ipv6_address_mode set to \'dhcpv6-stateless\' is not valid. If both attributes are set, they must be the same value.", "detail": ""}}' 2025-02-19 09:10:24,420 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.066s 2025-02-19 09:10:24,420 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-8e72dc6b-2f2a-48c6-8c3e-0915f19b2351', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:09:47Z","revision_number":2,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:09:48Z","revision_number":3,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:10:24,494 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.073s 2025-02-19 09:10:24,494 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5954', 'x-openstack-request-id': 'req-ef233f0e-5267-4cc8-a255-a732ad8f34a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3 2025-02-19 09:10:24,585 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.090s 2025-02-19 09:10:24,585 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-85b3add2-2e1f-48f1-8068-75ee69dd43be', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
fail
ft90.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:10:24,726 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.137s 2025-02-19 09:10:24,726 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-f980c975-d53e-4402-bdee-57f186fb65e3', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:10:24,862 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.134s 2025-02-19 09:10:24,862 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-62d150ce-8df6-4a70-a7e3-9252a60b6b3e', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:10:24,997 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.134s 2025-02-19 09:10:24,997 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-313bf69c-46c2-45e1-a106-19b15e6ba2c9', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:10:25,133 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.135s 2025-02-19 09:10:25,134 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-47865411-2172-4dbe-9239-5af4f93772b3', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:10:25,268 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.133s 2025-02-19 09:10:25,268 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-ed383e18-656f-4c7b-9aed-d3341fc2e872', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:4::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:10:26,776 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 1.507s 2025-02-19 09:10:26,776 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:5::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:5::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '667', 'x-openstack-request-id': 'req-4dd164fa-42d2-4e2a-b527-4027ef20e1b7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"1534fea3-933a-4ae2-b866-a1b41092ee36","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:5::1","cidr":"2001:db8:0:5::/64","allocation_pools":[{"start":"2001:db8:0:5::2","end":"2001:db8:0:5:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:10:25Z","updated_at":"2025-02-19T09:10:25Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:10:27,412 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.635s 2025-02-19 09:10:27,412 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "mac_address": "fa:16:3e:cf:af:1d", "name": "tempest-NetworksTestDHCPv6-1772603980"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1013', 'x-openstack-request-id': 'req-48f9a5a9-2ea6-429e-b457-ddeb7c24657b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"63095bf1-ce37-4488-88b1-b96bf55e74b5","name":"tempest-NetworksTestDHCPv6-1772603980","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:cf:af:1d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.10"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fecf:af1d"},{"subnet_id":"1534fea3-933a-4ae2-b866-a1b41092ee36","ip_address":"2001:db8:0:5:f816:3eff:fecf:af1d"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::2ad"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:10:26Z","updated_at":"2025-02-19T09:10:27Z","revision_number":1}}' 2025-02-19 09:10:27,481 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.068s 2025-02-19 09:10:27,482 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2869', 'x-openstack-request-id': 'req-2b4b8805-3f12-40f7-87fc-07342c8f54ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"63095bf1-ce37-4488-88b1-b96bf55e74b5","name":"tempest-NetworksTestDHCPv6-1772603980","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:cf:af:1d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.10"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fecf:af1d"},{"subnet_id":"1534fea3-933a-4ae2-b866-a1b41092ee36","ip_address":"2001:db8:0:5:f816:3eff:fecf:af1d"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::2ad"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:10:26Z","updated_at":"2025-02-19T09:10:27Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"1534fea3-933a-4ae2-b866-a1b41092ee36","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:10:26Z","revision_number":3,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"1534fea3-933a-4ae2-b866-a1b41092ee36","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:10:26Z","revision_number":4,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:10:27,817 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/63095bf1-ce37-4488-88b1-b96bf55e74b5 0.335s 2025-02-19 09:10:27,818 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-2e206e1c-1a4a-47d1-851a-81a1d280f780', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/63095bf1-ce37-4488-88b1-b96bf55e74b5'} Body: b'' 2025-02-19 09:10:27,889 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.070s 2025-02-19 09:10:27,889 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '6611', 'x-openstack-request-id': 'req-64c500ea-ad63-4244-ae38-63eda244b3a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"1534fea3-933a-4ae2-b866-a1b41092ee36","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:5::1","cidr":"2001:db8:0:5::/64","allocation_pools":[{"start":"2001:db8:0:5::2","end":"2001:db8:0:5:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:10:25Z","updated_at":"2025-02-19T09:10:25Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e77 2025-02-19 09:11:27,957 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 502 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/1534fea3-933a-4ae2-b866-a1b41092ee36 60.068s 2025-02-19 09:11:27,958 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/1534fea3-933a-4ae2-b866-a1b41092ee36'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:11:28,065 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.106s 2025-02-19 09:11:28,065 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-d097fb81-dcac-493a-a5b7-9e23e00ed180', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:10:28Z","revision_number":4,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:10:27Z","revision_number":5,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:11:28,140 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.074s 2025-02-19 09:11:28,141 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5954', 'x-openstack-request-id': 'req-6964cff1-7813-4bba-8abf-1cca81edc93b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"abe2b3bc-aae7-448f-9b58-6d3073fc6b36","name":"ipv6-public-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"3106a631-6c3 2025-02-19 09:11:28,244 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.102s 2025-02-19 09:11:28,244 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-04d0a861-c9b0-475f-8da0-bc162eee4807', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 120, in test_dhcpv6_stateless_eui64 self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
fail
ft90.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:11:28,414 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.161s 2025-02-19 09:11:28,415 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-18728a93-08a8-4aa8-9e56-0b3a958e81fa', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:28,600 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.185s 2025-02-19 09:11:28,601 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-b0a72c4e-525a-4469-ba15-f857e341d2e5', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:28,820 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.218s 2025-02-19 09:11:28,820 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-dc9a6a37-dfeb-420f-bcad-a6fdee2190d9', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:29,042 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.221s 2025-02-19 09:11:29,043 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-ee144b82-2071-4c3d-aaaa-9b0143c83968', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:29,300 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.257s 2025-02-19 09:11:29,301 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-293ce325-8c11-4614-9f29-f8b5164d9644', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:4::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:30,551 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 1.249s 2025-02-19 09:11:30,552 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:5::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:5::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '664', 'x-openstack-request-id': 'req-d0d38bf4-f432-4a14-9eea-4670c1590630', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9da01de1-83db-4883-8c49-6acbf6dada26","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:5::1","cidr":"2001:db8:0:5::/64","allocation_pools":[{"start":"2001:db8:0:5::2","end":"2001:db8:0:5:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:11:29Z","updated_at":"2025-02-19T09:11:29Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:11:31,192 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.640s 2025-02-19 09:11:31,193 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "mac_address": "fa:16:3e:77:3a:b9", "name": "tempest-NetworksTestDHCPv6-40225706"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1009', 'x-openstack-request-id': 'req-627a0ebb-a27f-46e3-97bc-b416fd8a6524', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"be2c5162-5648-4aa8-83a5-46fd1045db1f","name":"tempest-NetworksTestDHCPv6-40225706","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:77:3a:b9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.3"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe77:3ab9"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe77:3ab9"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::e3"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:11:30Z","updated_at":"2025-02-19T09:11:30Z","revision_number":1}}' 2025-02-19 09:11:31,258 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.064s 2025-02-19 09:11:31,259 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2865', 'x-openstack-request-id': 'req-52f7cef9-182b-4bbc-a733-8279741e7f0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:11:29Z","revision_number":5,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"be2c5162-5648-4aa8-83a5-46fd1045db1f","name":"tempest-NetworksTestDHCPv6-40225706","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:77:3a:b9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.3"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe77:3ab9"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe77:3ab9"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::e3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:11:30Z","updated_at":"2025-02-19T09:11:30Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:11:30Z","revision_number":6,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:11:31,582 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/be2c5162-5648-4aa8-83a5-46fd1045db1f 0.322s 2025-02-19 09:11:31,582 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-8385d449-23ed-4bd3-9b98-97260f6afa16', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/be2c5162-5648-4aa8-83a5-46fd1045db1f'} Body: b'' 2025-02-19 09:11:31,655 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.073s 2025-02-19 09:11:31,656 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '6608', 'x-openstack-request-id': 'req-12f70a31-ea03-4770-9b44-e997b3530522', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"9da01de1-83db-4883-8c49-6acbf6dada26","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e77 2025-02-19 09:11:31,747 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.091s 2025-02-19 09:11:31,748 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-a59913cd-a577-4c9c-bbd6-b5fa6d2a4aa4', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' 2025-02-19 09:11:31,815 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.065s 2025-02-19 09:11:31,815 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1864', 'x-openstack-request-id': 'req-00a5c4b9-94ac-4942-9928-b878f4537c77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:11:29Z","revision_number":5,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:11:30Z","revision_number":6,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:11:31,887 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.071s 2025-02-19 09:11:31,888 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '6608', 'x-openstack-request-id': 'req-16c24c69-f468-4693-b89d-6fed7689f514', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"9da01de1-83db-4883-8c49-6acbf6dada26","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e77 2025-02-19 09:11:31,978 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.089s 2025-02-19 09:11:31,978 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-edd8a0cf-426c-40dd-9fdd-de75f1861b05', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 142, in test_dhcpv6_stateless_no_ra self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
fail
ft90.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:11:32,134 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.145s 2025-02-19 09:11:32,134 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-ce7a9e7e-548d-46ae-81a1-344b1efefcad', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:32,308 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.173s 2025-02-19 09:11:32,309 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-6fac9475-6a91-45c0-bed2-d09bd82e1f76', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:32,504 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.194s 2025-02-19 09:11:32,504 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-52c0c122-b3ca-437f-a140-8bf3a5c0ee90', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:32,736 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.230s 2025-02-19 09:11:32,736 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-639b18ab-6217-4197-aae9-4133c86259a8', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:32,883 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.146s 2025-02-19 09:11:32,883 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-1299fbd6-56ed-4a67-8141-cb85c634447d', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:4::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:33,043 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.159s 2025-02-19 09:11:33,044 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:5::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:5::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-84695ffd-309d-4df2-8da8-8f5584fa0a54', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:5::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:11:33,348 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.303s 2025-02-19 09:11:33,348 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:6::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:6::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '661', 'x-openstack-request-id': 'req-1273f676-1202-4014-ab2a-73ec059c0bbb', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"7f6cdf96-943c-4470-8299-e819850bd7f3","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:0:6::1","cidr":"2001:db8:0:6::/64","allocation_pools":[{"start":"2001:db8:0:6::2","end":"2001:db8:0:6:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:11:33Z","updated_at":"2025-02-19T09:11:33Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:12:33,337 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 59.988s 2025-02-19 09:12:33,337 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "mac_address": "fa:16:3e:ae:74:76", "name": "tempest-NetworksTestDHCPv6-1785285971"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1012', 'x-openstack-request-id': 'req-040db4c4-aa09-4ea2-ac37-a2ff6194a3a2', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"1accdee0-185e-4775-93f4-7853d2d56836","name":"tempest-NetworksTestDHCPv6-1785285971","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:ae:74:76","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.9"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:feae:7476"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:feae:7476"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::3ba"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:11:33Z","updated_at":"2025-02-19T09:11:33Z","revision_number":1}}' 2025-02-19 09:12:33,476 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.138s 2025-02-19 09:12:33,476 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2868', 'x-openstack-request-id': 'req-07acf61a-a6e7-4988-be65-5cf2c44c6d5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"1accdee0-185e-4775-93f4-7853d2d56836","name":"tempest-NetworksTestDHCPv6-1785285971","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:ae:74:76","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.9"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:feae:7476"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:feae:7476"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::3ba"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:11:33Z","updated_at":"2025-02-19T09:11:33Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:11:29Z","revision_number":5,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:11:30Z","revision_number":6,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:13:33,545 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/1accdee0-185e-4775-93f4-7853d2d56836 60.068s 2025-02-19 09:13:33,545 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/1accdee0-185e-4775-93f4-7853d2d56836'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:13:33,655 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.109s 2025-02-19 09:13:33,656 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1864', 'x-openstack-request-id': 'req-4cc617b7-79ab-4e25-b1ed-d1330cc1c1af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:11:29Z","revision_number":5,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:11:30Z","revision_number":6,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:13:33,758 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.102s 2025-02-19 09:13:33,759 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '7259', 'x-openstack-request-id': 'req-6f191abd-256a-4c7f-b251-659dddc560fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7f6cdf96-943c-4470-8299-e819850bd7f3","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e77 2025-02-19 09:13:33,896 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.136s 2025-02-19 09:13:33,896 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-79d5db0e-3070-4f99-b50f-8aaf841566ec', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 176, in test_dhcpv6_stateless_no_ra_no_dhcp self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 79, in _clean_network self.ports_client.delete_port(port['id']) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
fail
ft90.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:13:34,231 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.330s 2025-02-19 09:13:34,231 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-cbc107b9-9cd7-421a-8d69-10557e784b8f', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:34,414 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.182s 2025-02-19 09:13:34,414 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-0c91eb91-0a1b-49b4-aca4-adbb3fe8184d', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:34,604 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.188s 2025-02-19 09:13:34,604 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-5d207c38-2324-47f3-a6c7-c82c63e4733a', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:34,969 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.364s 2025-02-19 09:13:34,969 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-bfdd7204-12a5-463a-91b2-e93ea52c0636', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:35,147 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.177s 2025-02-19 09:13:35,148 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-ab4515a7-e9ee-4425-8d6f-4ffe479bdf01', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:4::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:35,296 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.148s 2025-02-19 09:13:35,297 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:5::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:5::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-63e91306-1bb6-4b9f-9f2e-4e92f277a754', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:5::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:35,441 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.143s 2025-02-19 09:13:35,441 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:6::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:6::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-45d2a848-7eba-4000-ad21-ab9f2d15bcc2', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:6::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:36,947 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 1.505s 2025-02-19 09:13:36,948 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:7::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:7::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '667', 'x-openstack-request-id': 'req-999d9f3d-7b1a-4137-893a-9bb6cff35539', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8a67781e-440a-4d59-b7d4-6df3436eec25","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:7::1","cidr":"2001:db8:0:7::/64","allocation_pools":[{"start":"2001:db8:0:7::2","end":"2001:db8:0:7:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:13:35Z","updated_at":"2025-02-19T09:13:35Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:13:37,109 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.160s 2025-02-19 09:13:37,109 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-c3ef74e3-1a52-4662-b2d2-7e9c528cd69c', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:37,274 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.164s 2025-02-19 09:13:37,274 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-ce957ad7-dc8e-4d4c-b4f1-c4e34a3f4c88', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:1::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:37,431 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.156s 2025-02-19 09:13:37,432 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:2::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-dcf8d1e9-0953-4dfe-8cb8-a4ea015f48a3', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:2::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:37,588 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.155s 2025-02-19 09:13:37,588 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:3::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-d47b1a2b-cb65-4520-bc0d-f5eb2a1b0c30', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:3::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:37,741 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.152s 2025-02-19 09:13:37,741 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:4::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:4::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-5ba310e1-8777-472d-ad39-ed66349da5c4', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:4::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:37,892 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.151s 2025-02-19 09:13:37,893 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:5::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:5::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-9a442b71-5255-4a20-9f98-c2d1a30f11e4', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:5::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:38,053 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.159s 2025-02-19 09:13:38,053 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:6::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:6::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-7b9c697f-7090-4ab9-8564-1a2fda45da45', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:6::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:38,199 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.144s 2025-02-19 09:13:38,200 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:7::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:7::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '225', 'x-openstack-request-id': 'req-88c91240-2bb9-468a-bdb4-b72ccaa80ab0', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8:0:7::/64 for network: 05895f5f-8399-4b24-ad14-972e7757cfd2 overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:13:38,494 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.293s 2025-02-19 09:13:38,494 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "cidr": "2001:db8:0:8::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:8::1", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '674', 'x-openstack-request-id': 'req-db6d1ce8-5b63-44f5-b0f5-7117f1a0e09c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a48b1835-0d29-4d3c-8709-32701498c17e","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:8::1","cidr":"2001:db8:0:8::/64","allocation_pools":[{"start":"2001:db8:0:8::2","end":"2001:db8:0:8:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:13:38Z","updated_at":"2025-02-19T09:13:38Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}}' 2025-02-19 09:13:39,107 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.612s 2025-02-19 09:13:39,107 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "05895f5f-8399-4b24-ad14-972e7757cfd2", "mac_address": "fa:16:3e:54:e2:1a", "name": "tempest-NetworksTestDHCPv6-1824586105"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1114', 'x-openstack-request-id': 'req-971e13dd-f789-4bcb-a8ec-bb2292b60514', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"eb8abfde-00dd-4457-a1cd-f9652bf9262c","name":"tempest-NetworksTestDHCPv6-1824586105","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:54:e2:1a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.14"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe54:e21a"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe54:e21a"},{"subnet_id":"8a67781e-440a-4d59-b7d4-6df3436eec25","ip_address":"2001:db8:0:7:f816:3eff:fe54:e21a"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::305"}],"project_id":"5de835e767ee4715b642f7056ed7c6c4","port_security_enabled":true,"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:13:38Z","updated_at":"2025-02-19T09:13:38Z","revision_number":1}}' 2025-02-19 09:13:39,170 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.061s 2025-02-19 09:13:39,170 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '3172', 'x-openstack-request-id': 'req-006f6004-7666-4c11-b4e6-30b7ce857c9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"74cdbac2-cb0f-47d5-88ca-985f456669fd","name":"tempest-NetworksTestDHCPv6-1551486877","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:f8:3f:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fef8:3f38"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fef8:3f38"},{"subnet_id":"8a67781e-440a-4d59-b7d4-6df3436eec25","ip_address":"2001:db8:0:7:f816:3eff:fef8:3f38"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::1ae4:7bb:dcfb:bfea"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:05:23Z","updated_at":"2025-02-19T09:13:35Z","revision_number":6,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"ce5c9130-014f-43f2-b706-1634f4fda1be","name":"","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:4a:5b:1e","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-05895f5f-8399-4b24-ad14-972e7757cfd2","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.2"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe4a:5b1e"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe4a:5b1e"},{"subnet_id":"8a67781e-440a-4d59-b7d4-6df3436eec25","ip_address":"2001:db8:0:7:f816:3eff:fe4a:5b1e"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:13:36Z","revision_number":7,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"eb8abfde-00dd-4457-a1cd-f9652bf9262c","name":"tempest-NetworksTestDHCPv6-1824586105","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","mac_address":"fa:16:3e:54:e2:1a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"417913fc-6f53-414e-8916-1f883ab05522","ip_address":"10.1.0.14"},{"subnet_id":"7a28e653-d752-46c3-a566-3ae66e3120cf","ip_address":"2001:db8:0:4:f816:3eff:fe54:e21a"},{"subnet_id":"9da01de1-83db-4883-8c49-6acbf6dada26","ip_address":"2001:db8:0:5:f816:3eff:fe54:e21a"},{"subnet_id":"8a67781e-440a-4d59-b7d4-6df3436eec25","ip_address":"2001:db8:0:7:f816:3eff:fe54:e21a"},{"subnet_id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","ip_address":"2001:db8::305"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a758dfad-c2a3-43bb-a06a-f312a7ea1b31"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:13:38Z","updated_at":"2025-02-19T09:13:38Z","revision_number":1,"project_id":"5de835e767ee4715b642f7056ed7c6c4"}]}' 2025-02-19 09:13:39,525 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/eb8abfde-00dd-4457-a1cd-f9652bf9262c 0.355s 2025-02-19 09:13:39,526 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-c24ebb16-91f5-4772-a1e3-9d6817732343', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/eb8abfde-00dd-4457-a1cd-f9652bf9262c'} Body: b'' 2025-02-19 09:13:39,605 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET https://10.209.35.117:9696/networking/v2.0/subnets 0.078s 2025-02-19 09:13:39,605 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '8580', 'x-openstack-request-id': 'req-2bcc5e3d-7cab-4dba-abb6-496b89558fc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"2476cddb-fd04-4825-aa75-6dd7ea7c8b61","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:05:22Z","updated_at":"2025-02-19T09:05:22Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"3af6ef11-048a-4811-ae19-e27b1ed66219","name":"shared-subnet","tenant_id":"dc9d92f9248e431f8657880b2a843c2e","network_id":"76691fc0-5ab0-4ede-9966-1199fc24cd23","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","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:02:39Z","updated_at":"2025-02-19T08:02:39Z","revision_number":0,"project_id":"dc9d92f9248e431f8657880b2a843c2e"},{"id":"417913fc-6f53-414e-8916-1f883ab05522","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:48Z","updated_at":"2025-02-19T09:09:48Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"44199ca1-1998-4376-ad6c-21557742835b","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:06:23Z","updated_at":"2025-02-19T09:06:23Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"6aae66bf-9d11-4d40-bf8f-a235dcfdf5af","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"dhcpv6-stateful","ipv6_address_mode":"dhcpv6-stateful","gateway_ip":"2001:db8:0:3::1","cidr":"2001:db8:0:3::/64","allocation_pools":[{"start":"2001:db8:0:3::2","end":"2001:db8:0:3:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:07:46Z","updated_at":"2025-02-19T09:07:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7a28e653-d752-46c3-a566-3ae66e3120cf","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e7757cfd2","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:4::1","cidr":"2001:db8:0:4::/64","allocation_pools":[{"start":"2001:db8:0:4::2","end":"2001:db8:0:4:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:09:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":0,"project_id":"5de835e767ee4715b642f7056ed7c6c4"},{"id":"7f6cdf96-943c-4470-8299-e819850bd7f3","name":"","tenant_id":"5de835e767ee4715b642f7056ed7c6c4","network_id":"05895f5f-8399-4b24-ad14-972e77 2025-02-19 09:13:39,683 88072 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 409 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61 0.077s 2025-02-19 09:13:39,684 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-dcd41bda-0c68-4824-b327-449a1a075fe5', 'connection': 'close', 'status': '409', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/2476cddb-fd04-4825-aa75-6dd7ea7c8b61'} Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 85, in _clean_network self.subnets_client.delete_subnet(subnet['id']) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2476cddb-fd04-4825-aa75-6dd7ea7c8b61: One or more ports have an IP allocation from this subnet.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 219, in test_dhcpv6_two_subnets real_dhcp_ip, real_eui_ip = [real_ips[sub['id']] File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 219, in <listcomp> real_dhcp_ip, real_eui_ip = [real_ips[sub['id']] KeyError: 'a48b1835-0d29-4d3c-8709-32701498c17e' |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt91.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] |
fail
ft91.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:00:15,519 88074 INFO [tempest.lib.common.rest_client] Request (ExtraDHCPOptionsIpV6TestJSON:test_update_show_port_with_extra_dhcp_options): 502 PUT https://10.209.35.117:9696/networking/v2.0/ports/723dc620-5d7d-4819-a1df-5b90bc713871 60.069s 2025-02-19 09:00:15,520 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"name": "tempest-new-port-name-980005772", "extra_dhcp_opts": [{"opt_value": "pxelinux.0", "opt_name": "bootfile-name"}, {"opt_value": "2015::dead", "opt_name": "tftp-server"}, {"opt_value": "2015::badd", "opt_name": "server-ip-address"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/723dc620-5d7d-4819-a1df-5b90bc713871'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_extra_dhcp_options.py", line 86, in test_update_show_port_with_extra_dhcp_options self.ports_client.update_port( File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 39, in update_port return self.update_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 1 | 2 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
fail
ft92.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:45:50,924 88073 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_network): 502 POST https://10.209.35.117:9696/networking/v2.0/networks 60.053s 2025-02-19 08:45:50,925 88073 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"networks": [{"name": "tempest-network--130207118"}, {"name": "tempest-network--485503068"}]} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:44:50 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 479, in test_bulk_create_delete_network body = self.networks_client.create_bulk_networks(networks=network_list) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 72, in create_bulk_networks return self.create_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft92.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:45:51,399 88073 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.470s 2025-02-19 08:45:51,400 88073 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-969351609"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:45:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '571', 'x-openstack-request-id': 'req-3c128bbd-8b6c-4952-af97-0ccbbf478864', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ed7df57b-8b04-4fbf-a2dd-6475a6cbf3f0","name":"tempest-BulkNetworkOpsIpV6Test-test-network-969351609","tenant_id":"c50692fbbb2a493bb0db269bc57488ad","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c50692fbbb2a493bb0db269bc57488ad","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:45:50Z","updated_at":"2025-02-19T08:45:51Z","revision_number":1}}' 2025-02-19 08:46:51,423 88073 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 502 POST https://10.209.35.117:9696/networking/v2.0/networks 60.022s 2025-02-19 08:46:51,423 88073 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-1884801318"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:45:51 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 525, in test_bulk_create_delete_port networks = [self.create_network(), self.create_network()] File "/opt/stack/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt92.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 6 | 8 | 0 | 1 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
fail
ft93.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:03:39,852 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_bulk_port): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 60.007s 2025-02-19 09:03:39,853 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-PortsIpV6TestJSON-1198955408"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '554', 'x-openstack-request-id': 'req-03a1f118-e4c3-49af-8f74-8fea35e7d74a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ca32293c-2f1f-4f4d-879b-b7472ecd05b8","name":"tempest-PortsIpV6TestJSON-1198955408","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:02:39Z","updated_at":"2025-02-19T09:02:39Z","revision_number":1}}' 2025-02-19 09:03:40,498 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_bulk_port): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.645s 2025-02-19 09:03:40,499 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"ports": [{"network_id": "5154c08e-fe91-44d4-9f3b-5e6939fdd0c6"}, {"network_id": "ca32293c-2f1f-4f4d-879b-b7472ecd05b8"}]} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1225', 'x-openstack-request-id': 'req-65c18941-abc0-44f9-af97-238cb7aa2560', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"2138b2c7-4dd3-4375-b522-95b343f9f9d2","name":"","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:f5:64:77","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","binding:vnic_type":"normal","port_security_enabled":true,"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:03:40Z","updated_at":"2025-02-19T09:03:40Z","revision_number":1},{"id":"dc536d06-24ed-4c36-8461-39e7bb3582a9","name":"","network_id":"ca32293c-2f1f-4f4d-879b-b7472ecd05b8","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:0b:01:b3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","binding:vnic_type":"normal","port_security_enabled":true,"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:03:40Z","updated_at":"2025-02-19T09:03:40Z","revision_number":1}]}' 2025-02-19 09:03:40,695 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/dc536d06-24ed-4c36-8461-39e7bb3582a9 0.195s 2025-02-19 09:03:40,695 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-50de1bb5-1ae5-43e2-bf36-7a0ca20c210b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/dc536d06-24ed-4c36-8461-39e7bb3582a9'} Body: b'' 2025-02-19 09:03:40,771 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports 0.075s 2025-02-19 09:03:40,772 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2526', 'x-openstack-request-id': 'req-cc944868-acbb-4abe-8413-5ee950d7a00c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"ports":[{"id":"2138b2c7-4dd3-4375-b522-95b343f9f9d2","name":"","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:f5:64:77","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:03:40Z","updated_at":"2025-02-19T09:03:40Z","revision_number":1,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"},{"id":"546824c0-61bd-40e3-8881-25c2ebe7325e","name":"","network_id":"ca32293c-2f1f-4f4d-879b-b7472ecd05b8","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:6c:74:9a","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-ca32293c-2f1f-4f4d-879b-b7472ecd05b8","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:03:39Z","updated_at":"2025-02-19T09:03:39Z","revision_number":1,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"},{"id":"ae915dc6-1149-4094-b09b-d16a268020e5","name":"tempest-PortsIpV6TestJSON-713256176","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:d3:2c:94","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:02:39Z","updated_at":"2025-02-19T09:02:39Z","revision_number":1,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"},{"id":"f2cfad80-a83b-4fc7-afee-e556578b5f7c","name":"","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:9d:ba:3b","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:02:38Z","updated_at":"2025-02-19T09:02:38Z","revision_number":1,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}]}' 2025-02-19 09:04:40,842 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/2138b2c7-4dd3-4375-b522-95b343f9f9d2 60.069s 2025-02-19 09:04:40,843 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/2138b2c7-4dd3-4375-b522-95b343f9f9d2'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:04:40,875 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/ports/dc536d06-24ed-4c36-8461-39e7bb3582a9 0.030s 2025-02-19 09:04:40,875 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '132', 'x-openstack-request-id': 'req-deca6093-459c-4bf5-a066-afeee32ae414', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/dc536d06-24ed-4c36-8461-39e7bb3582a9'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port dc536d06-24ed-4c36-8461-39e7bb3582a9 could not be found.", "detail": ""}}' 2025-02-19 09:04:40,907 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/ports/2138b2c7-4dd3-4375-b522-95b343f9f9d2 0.030s 2025-02-19 09:04:40,907 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '132', 'x-openstack-request-id': 'req-b594a51a-ea7b-4b4d-bba3-8a59c395986e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/2138b2c7-4dd3-4375-b522-95b343f9f9d2'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 2138b2c7-4dd3-4375-b522-95b343f9f9d2 could not be found.", "detail": ""}}' 2025-02-19 09:05:40,978 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/networks/ca32293c-2f1f-4f4d-879b-b7472ecd05b8 60.069s 2025-02-19 09:05:40,978 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/ca32293c-2f1f-4f4d-879b-b7472ecd05b8'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 50, in _delete_port self.ports_client.delete_port(port_id) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
fail
ft93.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:06:41,015 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_port_in_allowed_allocation_pools): 502 POST https://10.209.35.117:9696/networking/v2.0/networks 60.033s 2025-02-19 09:06:41,015 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-PortsIpV6TestJSON-2104114675"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:05:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 123, in test_create_port_in_allowed_allocation_pools network = self._create_network() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 66, in _create_network network = self.networks_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt93.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] |
fail
ft93.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:06:43,723 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_show_delete_port_user_defined_mac): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.646s 2025-02-19 09:06:43,724 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "5154c08e-fe91-44d4-9f3b-5e6939fdd0c6", "name": "tempest-PortsIpV6TestJSON-1408753755"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-5b0020b3-71dd-4b43-b0fb-7b4103ad12d5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"b15c5978-6fb2-4662-8e92-641feb1ff6a9","name":"tempest-PortsIpV6TestJSON-1408753755","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:27:c6:7a","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:06:43Z","updated_at":"2025-02-19T09:06:43Z","revision_number":1}}' 2025-02-19 09:07:43,793 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_show_delete_port_user_defined_mac): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/b15c5978-6fb2-4662-8e92-641feb1ff6a9 60.069s 2025-02-19 09:07:43,794 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/b15c5978-6fb2-4662-8e92-641feb1ff6a9'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 492, in test_create_show_delete_port_user_defined_mac self.ports_client.delete_port(old_port['id']) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
fail
ft93.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:07:44,292 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_delete_port): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.496s 2025-02-19 09:07:44,293 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "5154c08e-fe91-44d4-9f3b-5e6939fdd0c6", "name": "tempest-PortsIpV6TestJSON-275141718"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-79ca1d77-2f52-4623-bd08-f70a50586518', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"74e84af1-661f-4a14-9413-4c4aab4d89b1","name":"tempest-PortsIpV6TestJSON-275141718","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:55:c4:31","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:07:43Z","updated_at":"2025-02-19T09:07:43Z","revision_number":1}}' 2025-02-19 09:07:44,759 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_delete_port): 200 PUT https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1 0.465s 2025-02-19 09:07:44,759 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"name": "New_Port", "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-fdce9287-0572-46b8-9b27-0040148b7c7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1'} Body: b'{"port":{"id":"74e84af1-661f-4a14-9413-4c4aab4d89b1","name":"New_Port","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:55:c4:31","admin_state_up":false,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:07:43Z","updated_at":"2025-02-19T09:07:44Z","revision_number":2,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:08:44,829 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1 60.069s 2025-02-19 09:08:44,829 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:08:44,860 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1 0.030s 2025-02-19 09:08:44,860 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '132', 'x-openstack-request-id': 'req-b59f3658-c857-4c4f-bb19-11bfafd60402', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/74e84af1-661f-4a14-9413-4c4aab4d89b1'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 74e84af1-661f-4a14-9413-4c4aab4d89b1 could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 50, in _delete_port self.ports_client.delete_port(port_id) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
fail
ft93.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:08:45,370 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.507s 2025-02-19 09:08:45,371 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-PortsIpV6TestJSON-1321829977"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '554', 'x-openstack-request-id': 'req-a61f1f86-bc84-479b-bcd6-884b298b3bb9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c0893145-7121-42ff-af58-5612588c2ecc","name":"tempest-PortsIpV6TestJSON-1321829977","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:08:44Z","updated_at":"2025-02-19T09:08:44Z","revision_number":1}}' 2025-02-19 09:08:45,639 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.267s 2025-02-19 09:08:45,639 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c0893145-7121-42ff-af58-5612588c2ecc", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '646', 'x-openstack-request-id': 'req-3766fa4b-0728-4d74-b374-23321d68b810', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"4b5a43a5-f610-43f7-b12e-3becac72032f","name":"","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","network_id":"c0893145-7121-42ff-af58-5612588c2ecc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:08:45Z","updated_at":"2025-02-19T09:08:45Z","revision_number":0,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:08:45,758 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 400 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.117s 2025-02-19 09:08:45,758 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c0893145-7121-42ff-af58-5612588c2ecc", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '221', 'x-openstack-request-id': 'req-02d001ab-ebfd-4855-9f2c-b070ab080404', 'connection': 'close', 'status': '400', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Requested subnet with cidr: 2001:db8::/64 for network: c0893145-7121-42ff-af58-5612588c2ecc overlaps with another subnet.", "detail": ""}}' 2025-02-19 09:08:46,012 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.253s 2025-02-19 09:08:46,012 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c0893145-7121-42ff-af58-5612588c2ecc", "cidr": "2001:db8:0:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:0:1::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:08:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '661', 'x-openstack-request-id': 'req-bc595e5c-6465-4f41-97d9-30b615e343b1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e58a9f43-e62a-41f5-bcc8-433f46516f89","name":"","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","network_id":"c0893145-7121-42ff-af58-5612588c2ecc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:0:1::1","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::2","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:08:45Z","updated_at":"2025-02-19T09:08:45Z","revision_number":0,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:09:46,006 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 59.993s 2025-02-19 09:09:46,006 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "c0893145-7121-42ff-af58-5612588c2ecc", "fixed_ips": [{"subnet_id": "4b5a43a5-f610-43f7-b12e-3becac72032f"}, {"subnet_id": "e58a9f43-e62a-41f5-bcc8-433f46516f89"}], "name": "tempest-PortsIpV6TestJSON-1348424312"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '818', 'x-openstack-request-id': 'req-c09a8c21-587f-48eb-80da-38ff06883877', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"b70e88ca-6004-4c2c-8ac1-1696a6341517","name":"tempest-PortsIpV6TestJSON-1348424312","network_id":"c0893145-7121-42ff-af58-5612588c2ecc","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:85:ce:b5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"e58a9f43-e62a-41f5-bcc8-433f46516f89","ip_address":"2001:db8:0:1::2cf"},{"subnet_id":"4b5a43a5-f610-43f7-b12e-3becac72032f","ip_address":"2001:db8::190"}],"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:08:46Z","updated_at":"2025-02-19T09:08:46Z","revision_number":1}}' 2025-02-19 09:09:46,619 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 200 PUT https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517 0.612s 2025-02-19 09:09:46,619 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"fixed_ips": [{"subnet_id": "4b5a43a5-f610-43f7-b12e-3becac72032f"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:46 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-cbcbf202-96e7-4f07-959d-954a472de76b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517'} Body: b'{"port":{"id":"b70e88ca-6004-4c2c-8ac1-1696a6341517","name":"tempest-PortsIpV6TestJSON-1348424312","network_id":"c0893145-7121-42ff-af58-5612588c2ecc","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:85:ce:b5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"4b5a43a5-f610-43f7-b12e-3becac72032f","ip_address":"2001:db8::190"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:08:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":2,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:09:47,578 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_create_update_port_with_second_ip): 200 PUT https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517 0.958s 2025-02-19 09:09:47,578 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"fixed_ips": [{"subnet_id": "4b5a43a5-f610-43f7-b12e-3becac72032f"}, {"subnet_id": "e58a9f43-e62a-41f5-bcc8-433f46516f89"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:09:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '818', 'x-openstack-request-id': 'req-7c07944b-4740-49b1-9767-a84f7f0a4227', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517'} Body: b'{"port":{"id":"b70e88ca-6004-4c2c-8ac1-1696a6341517","name":"tempest-PortsIpV6TestJSON-1348424312","network_id":"c0893145-7121-42ff-af58-5612588c2ecc","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","mac_address":"fa:16:3e:85:ce:b5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"e58a9f43-e62a-41f5-bcc8-433f46516f89","ip_address":"2001:db8:0:1::397"},{"subnet_id":"4b5a43a5-f610-43f7-b12e-3becac72032f","ip_address":"2001:db8::190"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d6d5a19b-a03f-4ad3-936f-b15b48c893ab"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:08:46Z","updated_at":"2025-02-19T09:09:46Z","revision_number":3,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:10:22,637 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517 35.058s 2025-02-19 09:10:22,637 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-3c069d6f-ed04-4597-b113-a5970a6ee17f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517'} Body: b'' 2025-02-19 09:10:22,666 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 404 GET https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517 0.028s 2025-02-19 09:10:22,666 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '132', 'x-openstack-request-id': 'req-f3395bc1-27ce-4e1f-9e3a-17c162009a1d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/b70e88ca-6004-4c2c-8ac1-1696a6341517'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port b70e88ca-6004-4c2c-8ac1-1696a6341517 could not be found.", "detail": ""}}' 2025-02-19 09:10:22,809 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/e58a9f43-e62a-41f5-bcc8-433f46516f89 0.142s 2025-02-19 09:10:22,809 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-d49bb2be-b5d2-4266-bc70-ea25a649ecbd', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/e58a9f43-e62a-41f5-bcc8-433f46516f89'} Body: b'' 2025-02-19 09:10:23,044 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/4b5a43a5-f610-43f7-b12e-3becac72032f 0.234s 2025-02-19 09:10:23,045 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-b49e14f0-3252-4fb0-8338-90896ddbc1cb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/4b5a43a5-f610-43f7-b12e-3becac72032f'} Body: b'' 2025-02-19 09:11:23,111 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/networks/c0893145-7121-42ff-af58-5612588c2ecc 60.065s 2025-02-19 09:11:23,111 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:10:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/c0893145-7121-42ff-af58-5612588c2ecc'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt93.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
pt93.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] |
fail
ft93.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:11:32,805 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_port_list_filter_by_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 9.474s 2025-02-19 09:11:32,805 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-PortsIpV6TestJSON-173366464"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '553', 'x-openstack-request-id': 'req-47e5a76a-da35-4a29-bf53-b27756ea14b7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"67859efa-c60b-489b-ba30-b1cac9788018","name":"tempest-PortsIpV6TestJSON-173366464","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:11:23Z","updated_at":"2025-02-19T09:11:23Z","revision_number":1}}' 2025-02-19 09:12:32,850 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_port_list_filter_by_ip): 502 POST https://10.209.35.117:9696/networking/v2.0/subnets 60.043s 2025-02-19 09:12:32,850 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "67859efa-c60b-489b-ba30-b1cac9788018", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:11:32 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:12:33,379 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/67859efa-c60b-489b-ba30-b1cac9788018 0.528s 2025-02-19 09:12:33,380 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-5a75a3bb-b87e-4344-acde-bdd41821b2c2', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/67859efa-c60b-489b-ba30-b1cac9788018'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 194, in test_port_list_filter_by_ip self._create_subnet(network) File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 57, in _create_subnet subnet = self.create_subnet( File "/opt/stack/tempest/tempest/api/network/base.py", line 143, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
skip
pt93.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] |
fail
ft93.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:13:33,421 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_port_list_filter_by_router_id): 502 POST https://10.209.35.117:9696/networking/v2.0/networks 60.037s 2025-02-19 09:13:33,422 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-PortsIpV6TestJSON-1243983051"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:12:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 324, in test_port_list_filter_by_router_id network = self._create_network() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 66, in _create_network network = self.networks_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt93.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
pt93.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
pt93.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] |
fail
ft93.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:13:39,585 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.613s 2025-02-19 09:13:39,586 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "5154c08e-fe91-44d4-9f3b-5e6939fdd0c6", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '646', 'x-openstack-request-id': 'req-4d5eddd2-438d-4f6b-b0b0-fedda2d2043f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ce78b600-6e6c-4a4d-920e-3e803ccdaa55","name":"","tenant_id":"ab492a3fcfee456b9f5a204eb3b8246a","network_id":"5154c08e-fe91-44d4-9f3b-5e6939fdd0c6","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:13:39Z","updated_at":"2025-02-19T09:13:39Z","revision_number":0,"project_id":"ab492a3fcfee456b9f5a204eb3b8246a"}}' 2025-02-19 09:14:39,653 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:test_update_port_with_two_security_groups_and_extra_attributes): 502 POST https://10.209.35.117:9696/networking/v2.0/security-groups 60.067s 2025-02-19 09:14:39,654 88074 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-1822573484"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:13:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:14:40,534 88074 INFO [tempest.lib.common.rest_client] Request (PortsIpV6TestJSON:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/ce78b600-6e6c-4a4d-920e-3e803ccdaa55 0.879s 2025-02-19 09:14:40,534 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:14:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-91a40e05-6880-477f-8f86-f961e9845e9b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/ce78b600-6e6c-4a4d-920e-3e803ccdaa55'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 476, in test_update_port_with_two_security_groups_and_extra_attributes self._update_port_with_security_groups( File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 398, in _update_port_with_security_groups group_create_body = sec_grps_client.create_security_group( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 3 | 4 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft94.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:50:07,695 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.901s 2025-02-19 08:50:07,695 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1834318516"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:50:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '552', 'x-openstack-request-id': 'req-4f5fd35d-7ac1-4cd1-9221-399260503761', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"cc5a510a-868d-4ea3-a1fd-2945ae4ffd43","name":"tempest-RoutersIpV6Test-1834318516","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:50:07Z","updated_at":"2025-02-19T08:50:07Z","revision_number":1}}' 2025-02-19 08:50:08,205 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.508s 2025-02-19 08:50:08,205 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-265677718"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:50:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-e3fa3ee3-c853-4541-8806-8a89449f57de', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4feb9dc5-5224-4cb4-89ed-54b74f8e9450","name":"tempest-RoutersIpV6Test-265677718","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:50:07Z","updated_at":"2025-02-19T08:50:07Z","revision_number":1}}' 2025-02-19 08:50:08,469 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.263s 2025-02-19 08:50:08,469 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "cc5a510a-868d-4ea3-a1fd-2945ae4ffd43", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:50:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '646', 'x-openstack-request-id': 'req-29cf5e23-f183-4ba7-b075-9357f558ce17', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5de0c91c-376d-4de7-aae9-0c9bc0b889de","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"cc5a510a-868d-4ea3-a1fd-2945ae4ffd43","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:50:08Z","updated_at":"2025-02-19T08:50:08Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:50:08,761 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.291s 2025-02-19 08:50:08,761 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "4feb9dc5-5224-4cb4-89ed-54b74f8e9450", "cidr": "2001:db8:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:1::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:50:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '655', 'x-openstack-request-id': 'req-1696d760-2f23-4cd5-b0b8-abcbbadad6d3', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"090c8805-553b-4894-a247-6acb19afd84c","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"4feb9dc5-5224-4cb4-89ed-54b74f8e9450","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:1::1","cidr":"2001:db8:1::/64","allocation_pools":[{"start":"2001:db8:1::2","end":"2001:db8:1:0:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:50:08Z","updated_at":"2025-02-19T08:50:08Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:51:08,792 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 502 POST https://10.209.35.117:9696/networking/v2.0/routers 60.030s 2025-02-19 08:51:08,792 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-673583757", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:50:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:52:08,862 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/090c8805-553b-4894-a247-6acb19afd84c 60.068s 2025-02-19 08:52:08,863 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:51:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/090c8805-553b-4894-a247-6acb19afd84c'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:52:09,015 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/5de0c91c-376d-4de7-aae9-0c9bc0b889de 0.150s 2025-02-19 08:52:09,015 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-0152ecbb-7beb-4866-870d-ad290a02a9d8', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/5de0c91c-376d-4de7-aae9-0c9bc0b889de'} Body: b'' 2025-02-19 08:52:09,401 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/4feb9dc5-5224-4cb4-89ed-54b74f8e9450 0.385s 2025-02-19 08:52:09,401 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-be426396-40a7-4a37-ba5b-42b2ab166d73', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/4feb9dc5-5224-4cb4-89ed-54b74f8e9450'} Body: b'' 2025-02-19 08:52:09,805 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/cc5a510a-868d-4ea3-a1fd-2945ae4ffd43 0.403s 2025-02-19 08:52:09,805 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-c828ee67-d5fd-4c56-93f7-3873fea42334', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/cc5a510a-868d-4ea3-a1fd-2945ae4ffd43'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 261, in test_add_multiple_router_interfaces router = self.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 195, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft94.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:52:10,367 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.558s 2025-02-19 08:52:10,367 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1098098178"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '552', 'x-openstack-request-id': 'req-edba6084-2e47-4a7d-aca3-81a176678a77', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c903ef88-2765-42c2-a26f-f7efbae0b4f8","name":"tempest-RoutersIpV6Test-1098098178","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:52:09Z","updated_at":"2025-02-19T08:52:09Z","revision_number":1}}' 2025-02-19 08:52:10,650 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.282s 2025-02-19 08:52:10,650 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c903ef88-2765-42c2-a26f-f7efbae0b4f8", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '646', 'x-openstack-request-id': 'req-7ca47a8b-562c-49b7-8fd3-e6733d32d49b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"d64a1e48-bd5d-408c-b3bf-f80814a9eb09","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"c903ef88-2765-42c2-a26f-f7efbae0b4f8","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:52:10Z","updated_at":"2025-02-19T08:52:10Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:52:10,829 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 0.178s 2025-02-19 08:52:10,830 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-1717433665", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-d2e3387e-27c8-4a92-85e5-f5b3c3598fbe', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "6b91ffe2-7e21-48c6-b47c-713ec1d1eff2", "name": "tempest-RoutersIpV6Test-router-1717433665", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:52:10Z", "updated_at": "2025-02-19T08:52:10Z", "revision_number": 1, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:52:11,331 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 0.500s 2025-02-19 08:52:11,331 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "c903ef88-2765-42c2-a26f-f7efbae0b4f8", "name": "tempest-RoutersIpV6Test-317773257"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '728', 'x-openstack-request-id': 'req-7fa10c4d-0682-4160-b902-7c305f2fa157', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"1e059133-73c0-4294-9aa3-68a789dab54f","name":"tempest-RoutersIpV6Test-317773257","network_id":"c903ef88-2765-42c2-a26f-f7efbae0b4f8","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:13:3b:0f","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d64a1e48-bd5d-408c-b3bf-f80814a9eb09","ip_address":"2001:db8::3a"}],"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"security_groups":["d88335be-86a8-4719-af37-c5c968261efb"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T08:52:10Z","updated_at":"2025-02-19T08:52:11Z","revision_number":1}}' 2025-02-19 08:52:13,134 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/add_router_interface 1.802s 2025-02-19 08:52:13,134 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "1e059133-73c0-4294-9aa3-68a789dab54f"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4273439b-6b34-4cb4-a7ae-b447a67039d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/add_router_interface'} Body: b'{"id": "6b91ffe2-7e21-48c6-b47c-713ec1d1eff2", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "1e059133-73c0-4294-9aa3-68a789dab54f", "network_id": "c903ef88-2765-42c2-a26f-f7efbae0b4f8", "subnet_id": "d64a1e48-bd5d-408c-b3bf-f80814a9eb09", "subnet_ids": ["d64a1e48-bd5d-408c-b3bf-f80814a9eb09"]}' 2025-02-19 08:52:13,225 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/1e059133-73c0-4294-9aa3-68a789dab54f 0.090s 2025-02-19 08:52:13,225 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '790', 'x-openstack-request-id': 'req-aa93f035-866c-4e3f-9677-c87fac02c455', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/1e059133-73c0-4294-9aa3-68a789dab54f'} Body: b'{"port":{"id":"1e059133-73c0-4294-9aa3-68a789dab54f","name":"tempest-RoutersIpV6Test-317773257","network_id":"c903ef88-2765-42c2-a26f-f7efbae0b4f8","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:13:3b:0f","admin_state_up":true,"status":"ACTIVE","device_id":"6b91ffe2-7e21-48c6-b47c-713ec1d1eff2","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"d64a1e48-bd5d-408c-b3bf-f80814a9eb09","ip_address":"2001:db8::3a"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d88335be-86a8-4719-af37-c5c968261efb"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T08:52:10Z","updated_at":"2025-02-19T08:52:12Z","revision_number":3,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:53:13,294 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/remove_router_interface 60.068s 2025-02-19 08:53:13,295 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "1e059133-73c0-4294-9aa3-68a789dab54f"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:52:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/remove_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:53:13,373 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 404 PUT https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/remove_router_interface 0.077s 2025-02-19 08:53:13,373 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "1e059133-73c0-4294-9aa3-68a789dab54f"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:53:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '197', 'x-openstack-request-id': 'req-ee1346ae-9889-4f56-955f-d9e1ab207c24', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2/remove_router_interface'} Body: b'{"NeutronError": {"type": "RouterInterfaceNotFound", "message": "Router 6b91ffe2-7e21-48c6-b47c-713ec1d1eff2 does not have an interface with id 1e059133-73c0-4294-9aa3-68a789dab54f", "detail": ""}}' 2025-02-19 08:53:13,407 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=6b91ffe2-7e21-48c6-b47c-713ec1d1eff2 0.033s 2025-02-19 08:53:13,408 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:53:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-72b2e56d-e2cd-4cf4-9d47-c1dd196269b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=6b91ffe2-7e21-48c6-b47c-713ec1d1eff2'} Body: b'{"ports":[]}' 2025-02-19 08:54:13,475 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2 60.066s 2025-02-19 08:54:13,475 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:53:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/6b91ffe2-7e21-48c6-b47c-713ec1d1eff2'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:54:13,652 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/d64a1e48-bd5d-408c-b3bf-f80814a9eb09 0.176s 2025-02-19 08:54:13,653 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:54:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-1b142ca0-2f80-4212-aec7-1c565983b6ee', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/d64a1e48-bd5d-408c-b3bf-f80814a9eb09'} Body: b'' 2025-02-19 08:55:13,722 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/networks/c903ef88-2765-42c2-a26f-f7efbae0b4f8 60.069s 2025-02-19 08:55:13,723 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:54:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/c903ef88-2765-42c2-a26f-f7efbae0b4f8'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 229, in delete_router cls.routers_client.delete_router(router['id']) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 147, in test_add_remove_router_interface_with_port_id self.routers_client.remove_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt94.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] |
fail
ft94.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:55:19,604 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 1.522s 2025-02-19 08:55:19,605 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-53543190", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190"}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1114', 'x-openstack-request-id': 'req-30cb0032-a4e8-4ada-a042-e025f9804b8b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7b871d94-0f5f-4782-988e-86b6b1c3879a", "name": "tempest-RoutersIpV6Test-router-53543190", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7", "ip_address": "172.24.5.142"}, {"subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36", "ip_address": "2001:db8::37b"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [{"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"ip_address": "172.24.5.142", "subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7"}, {"ip_address": "2001:db8::37b", "subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36"}]}], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:55:18Z", "updated_at": "2025-02-19T08:55:18Z", "revision_number": 2, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:55:19,697 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 200 GET https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a 0.091s 2025-02-19 08:55:19,697 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1114', 'x-openstack-request-id': 'req-374df364-e6f1-4a41-be6d-f335d7840a73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a'} Body: b'{"router": {"id": "7b871d94-0f5f-4782-988e-86b6b1c3879a", "name": "tempest-RoutersIpV6Test-router-53543190", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7", "ip_address": "172.24.5.142"}, {"subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36", "ip_address": "2001:db8::37b"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [{"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"ip_address": "172.24.5.142", "subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7"}, {"ip_address": "2001:db8::37b", "subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36"}]}], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:55:18Z", "updated_at": "2025-02-19T08:55:18Z", "revision_number": 2, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:55:19,822 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 200 GET https://10.209.35.117:9696/networking/v2.0/routers 0.125s 2025-02-19 08:55:19,823 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:19 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1707', 'x-openstack-request-id': 'req-75320e01-5f99-46c8-9734-d50b85e627b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "7b871d94-0f5f-4782-988e-86b6b1c3879a", "name": "tempest-RoutersIpV6Test-router-53543190", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7", "ip_address": "172.24.5.142"}, {"subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36", "ip_address": "2001:db8::37b"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [{"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"ip_address": "172.24.5.142", "subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7"}, {"ip_address": "2001:db8::37b", "subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36"}]}], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:55:18Z", "updated_at": "2025-02-19T08:55:18Z", "revision_number": 2, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}, {"id": "d2a48581-0793-4cc2-a1dd-3820b9bfab36", "name": "tempest-RoutersIpV6Test-router-673583757", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:50:08Z", "updated_at": "2025-02-19T08:50:08Z", "revision_number": 1, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}]}' 2025-02-19 08:55:23,991 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a 4.167s 2025-02-19 08:55:23,991 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "updatedtempest-RoutersIpV6Test-router-53543190"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1121', 'x-openstack-request-id': 'req-a34a9cee-7575-4f0a-92ca-e1a69cb50def', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a'} Body: b'{"router": {"id": "7b871d94-0f5f-4782-988e-86b6b1c3879a", "name": "updatedtempest-RoutersIpV6Test-router-53543190", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7", "ip_address": "172.24.5.142"}, {"subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36", "ip_address": "2001:db8::37b"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [{"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"ip_address": "172.24.5.142", "subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7"}, {"ip_address": "2001:db8::37b", "subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36"}]}], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:55:18Z", "updated_at": "2025-02-19T08:55:20Z", "revision_number": 3, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:55:24,077 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 200 GET https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a 0.085s 2025-02-19 08:55:24,077 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1121', 'x-openstack-request-id': 'req-e8c92faa-2461-4007-a866-466b529d79d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a'} Body: b'{"router": {"id": "7b871d94-0f5f-4782-988e-86b6b1c3879a", "name": "updatedtempest-RoutersIpV6Test-router-53543190", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7", "ip_address": "172.24.5.142"}, {"subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36", "ip_address": "2001:db8::37b"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [{"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190", "external_fixed_ips": [{"ip_address": "172.24.5.142", "subnet_id": "efaa192f-8774-432f-9d4b-8322b7e1dbd7"}, {"ip_address": "2001:db8::37b", "subnet_id": "abe2b3bc-aae7-448f-9b58-6d3073fc6b36"}]}], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:55:18Z", "updated_at": "2025-02-19T08:55:20Z", "revision_number": 3, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:55:24,108 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=7b871d94-0f5f-4782-988e-86b6b1c3879a 0.030s 2025-02-19 08:55:24,108 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-ae782638-e921-4809-a919-e8b683e87ca3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=7b871d94-0f5f-4782-988e-86b6b1c3879a'} Body: b'{"ports":[]}' 2025-02-19 08:56:24,152 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a 60.043s 2025-02-19 08:56:24,153 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:55:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7b871d94-0f5f-4782-988e-86b6b1c3879a'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 229, in delete_router cls.routers_client.delete_router(router['id']) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt94.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] |
fail
ft94.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 08:56:44,101 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 0.161s 2025-02-19 08:56:44,101 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-1180769418", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-f4b42b8c-2441-476e-a187-684012987c49', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "name": "tempest-RoutersIpV6Test-router-1180769418", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:56:43Z", "updated_at": "2025-02-19T08:56:43Z", "revision_number": 1, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:56:44,582 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.480s 2025-02-19 08:56:44,583 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-2048499699"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '552', 'x-openstack-request-id': 'req-1059aa81-8f2b-4a49-adb8-4ac6984ff62c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f2a44b19-6dc2-456b-bf37-3b1e2360902a","name":"tempest-RoutersIpV6Test-2048499699","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:56:44Z","updated_at":"2025-02-19T08:56:44Z","revision_number":1}}' 2025-02-19 08:56:45,093 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.510s 2025-02-19 08:56:45,094 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "f2a44b19-6dc2-456b-bf37-3b1e2360902a", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:45 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '646', 'x-openstack-request-id': 'req-834d8df9-9c2b-4e7a-a22a-c08a3ecac86f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"82b3c154-5d3d-4878-9ca8-b63cd91cf010","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"f2a44b19-6dc2-456b-bf37-3b1e2360902a","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:56:44Z","updated_at":"2025-02-19T08:56:44Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:56:47,086 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface 1.992s 2025-02-19 08:56:47,087 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "82b3c154-5d3d-4878-9ca8-b63cd91cf010"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:47 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d64ea042-c8b4-4260-acf5-226f075deeab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "5b0959c0-3458-4824-9e8d-a05d49678ab5", "network_id": "f2a44b19-6dc2-456b-bf37-3b1e2360902a", "subnet_id": "82b3c154-5d3d-4878-9ca8-b63cd91cf010", "subnet_ids": ["82b3c154-5d3d-4878-9ca8-b63cd91cf010"]}' 2025-02-19 08:56:48,604 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 1.516s 2025-02-19 08:56:48,604 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1024848293"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:48 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '552', 'x-openstack-request-id': 'req-e578ac98-b475-4147-8c24-dd198c0d79b5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4ed540c0-bbb0-4257-8262-462dd9f13358","name":"tempest-RoutersIpV6Test-1024848293","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:56:47Z","updated_at":"2025-02-19T08:56:47Z","revision_number":1}}' 2025-02-19 08:56:49,654 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 1.049s 2025-02-19 08:56:49,655 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "4ed540c0-bbb0-4257-8262-462dd9f13358", "cidr": "2001:db8:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:1::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:49 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '655', 'x-openstack-request-id': 'req-bdb3e0b5-9213-447e-9cdd-6d27b60a292e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cd7e604d-47c7-4291-8d39-9245c204dd0c","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"4ed540c0-bbb0-4257-8262-462dd9f13358","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:1::1","cidr":"2001:db8:1::/64","allocation_pools":[{"start":"2001:db8:1::2","end":"2001:db8:1:0:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:56:48Z","updated_at":"2025-02-19T08:56:48Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:56:55,511 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface 5.856s 2025-02-19 08:56:55,511 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "cd7e604d-47c7-4291-8d39-9245c204dd0c"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:55 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b4bf1431-57f6-4e10-a459-64f6d8d46c67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "fabf6cfb-717c-4d26-9bcb-ecd3755a68d3", "network_id": "4ed540c0-bbb0-4257-8262-462dd9f13358", "subnet_id": "cd7e604d-47c7-4291-8d39-9245c204dd0c", "subnet_ids": ["cd7e604d-47c7-4291-8d39-9245c204dd0c"]}' 2025-02-19 08:56:59,058 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 3.546s 2025-02-19 08:56:59,059 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1232094344"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '552', 'x-openstack-request-id': 'req-e80bb156-45ae-4efd-ab65-683c721c2b73', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"085fe18f-fcb7-420c-bd29-40af5faa29de","name":"tempest-RoutersIpV6Test-1232094344","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:56:55Z","updated_at":"2025-02-19T08:56:55Z","revision_number":1}}' 2025-02-19 08:56:59,340 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.280s 2025-02-19 08:56:59,340 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "085fe18f-fcb7-420c-bd29-40af5faa29de", "cidr": "2001:db8:2::/64", "ip_version": 6, "gateway_ip": "2001:db8:2::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:56:59 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '655', 'x-openstack-request-id': 'req-c8084b2f-fc25-4b15-a303-e9c734040a32', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"36d3c048-f8a3-4bdc-ac82-e79dd57bc140","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"085fe18f-fcb7-420c-bd29-40af5faa29de","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:2::1","cidr":"2001:db8:2::/64","allocation_pools":[{"start":"2001:db8:2::2","end":"2001:db8:2:0:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:56:59Z","updated_at":"2025-02-19T08:56:59Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:57:07,348 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface 8.007s 2025-02-19 08:57:07,348 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "36d3c048-f8a3-4bdc-ac82-e79dd57bc140"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:07 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-42c44257-2ded-4a0d-b239-54dffb516822', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "6a6f7fe4-c261-4878-8765-c1235b58cef0", "network_id": "085fe18f-fcb7-420c-bd29-40af5faa29de", "subnet_id": "36d3c048-f8a3-4bdc-ac82-e79dd57bc140", "subnet_ids": ["36d3c048-f8a3-4bdc-ac82-e79dd57bc140"]}' 2025-02-19 08:57:08,063 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.713s 2025-02-19 08:57:08,063 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-897229700"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-bc3099fe-86d4-4e24-903f-3aaa7bcc8204', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"bfbcc1cc-ed76-446e-baf6-7890c9359ff4","name":"tempest-RoutersIpV6Test-897229700","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"fc3ef43a6666475e9fb374733ff90f37","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T08:57:07Z","updated_at":"2025-02-19T08:57:07Z","revision_number":1}}' 2025-02-19 08:57:08,425 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.360s 2025-02-19 08:57:08,425 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "bfbcc1cc-ed76-446e-baf6-7890c9359ff4", "cidr": "2001:db8:3::/64", "ip_version": 6, "gateway_ip": "2001:db8:3::1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:08 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '655', 'x-openstack-request-id': 'req-a7d12394-4e30-4e39-9f0b-ee760d1a249c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9af42ae1-bd13-472c-9576-11c22a6d23bc","name":"","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","network_id":"bfbcc1cc-ed76-446e-baf6-7890c9359ff4","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:3::1","cidr":"2001:db8:3::/64","allocation_pools":[{"start":"2001:db8:3::2","end":"2001:db8:3:0:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T08:57:08Z","updated_at":"2025-02-19T08:57:08Z","revision_number":0,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:57:09,977 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface 1.551s 2025-02-19 08:57:09,978 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "9af42ae1-bd13-472c-9576-11c22a6d23bc"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:09 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-3c0b1ce0-2cf1-4ea3-8eeb-7bc676e5e52d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/add_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "28ac10cf-da28-401a-9f15-98941259a31a", "network_id": "bfbcc1cc-ed76-446e-baf6-7890c9359ff4", "subnet_id": "9af42ae1-bd13-472c-9576-11c22a6d23bc", "subnet_ids": ["9af42ae1-bd13-472c-9576-11c22a6d23bc"]}' 2025-02-19 08:57:10,528 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 0.549s 2025-02-19 08:57:10,528 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": [{"nexthop": "2001:db8:1::2", "destination": "2001:db8:1::/64"}, {"nexthop": "2001:db8:2::2", "destination": "2001:db8:2::/64"}, {"nexthop": "2001:db8:3::2", "destination": "2001:db8:3::/64"}, {"nexthop": "2001:db8::2", "destination": "2001:db8::/64"}]}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '850', 'x-openstack-request-id': 'req-21adfa16-8fe7-45a0-a661-f8d0170c2db1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'{"router": {"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "name": "tempest-RoutersIpV6Test-router-1180769418", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [{"destination": "2001:db8:1::/64", "nexthop": "2001:db8:1::2"}, {"destination": "2001:db8:2::/64", "nexthop": "2001:db8:2::2"}, {"destination": "2001:db8:3::/64", "nexthop": "2001:db8:3::2"}, {"destination": "2001:db8::/64", "nexthop": "2001:db8::2"}], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:56:43Z", "updated_at": "2025-02-19T08:57:10Z", "revision_number": 6, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:57:10,604 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 200 GET https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 0.076s 2025-02-19 08:57:10,605 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '850', 'x-openstack-request-id': 'req-d7e6dc8e-06e7-464f-b398-efcfd0260d91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'{"router": {"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "name": "tempest-RoutersIpV6Test-router-1180769418", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [{"destination": "2001:db8:1::/64", "nexthop": "2001:db8:1::2"}, {"destination": "2001:db8:2::/64", "nexthop": "2001:db8:2::2"}, {"destination": "2001:db8:3::/64", "nexthop": "2001:db8:3::2"}, {"destination": "2001:db8::/64", "nexthop": "2001:db8::2"}], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:56:43Z", "updated_at": "2025-02-19T08:57:10Z", "revision_number": 6, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:58:10,674 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 60.068s 2025-02-19 08:58:10,674 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:57:10 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:58:11,241 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/28ac10cf-da28-401a-9f15-98941259a31a 0.564s 2025-02-19 08:58:11,242 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:58:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '721', 'x-openstack-request-id': 'req-d6189824-8c6c-41d3-b7cc-42f987d08d21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/28ac10cf-da28-401a-9f15-98941259a31a'} Body: b'{"port":{"id":"28ac10cf-da28-401a-9f15-98941259a31a","name":"","network_id":"bfbcc1cc-ed76-446e-baf6-7890c9359ff4","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:06:99:a1","admin_state_up":true,"status":"ACTIVE","device_id":"3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"9af42ae1-bd13-472c-9576-11c22a6d23bc","ip_address":"2001:db8:3::1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T08:57:08Z","updated_at":"2025-02-19T08:57:09Z","revision_number":2,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:59:11,311 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface 60.069s 2025-02-19 08:59:11,312 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "9af42ae1-bd13-472c-9576-11c22a6d23bc"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:58:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 08:59:11,476 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/9af42ae1-bd13-472c-9576-11c22a6d23bc 0.163s 2025-02-19 08:59:11,477 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-ae1514ea-ef40-47ba-977a-d5b4c099d4a7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/9af42ae1-bd13-472c-9576-11c22a6d23bc'} Body: b'' 2025-02-19 08:59:11,856 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/bfbcc1cc-ed76-446e-baf6-7890c9359ff4 0.378s 2025-02-19 08:59:11,856 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-746478e6-086f-4aab-a491-e1634153bd6c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/bfbcc1cc-ed76-446e-baf6-7890c9359ff4'} Body: b'' 2025-02-19 08:59:12,109 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/6a6f7fe4-c261-4878-8765-c1235b58cef0 0.252s 2025-02-19 08:59:12,110 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '721', 'x-openstack-request-id': 'req-f7db4b4a-fb10-4bfe-9810-b766e0802371', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/6a6f7fe4-c261-4878-8765-c1235b58cef0'} Body: b'{"port":{"id":"6a6f7fe4-c261-4878-8765-c1235b58cef0","name":"","network_id":"085fe18f-fcb7-420c-bd29-40af5faa29de","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:8a:4b:ec","admin_state_up":true,"status":"ACTIVE","device_id":"3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"36d3c048-f8a3-4bdc-ac82-e79dd57bc140","ip_address":"2001:db8:2::1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T08:56:59Z","updated_at":"2025-02-19T08:57:07Z","revision_number":2,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:59:12,826 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface 0.715s 2025-02-19 08:59:12,826 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "36d3c048-f8a3-4bdc-ac82-e79dd57bc140"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e012288b-ebfd-4a27-9a93-cdfdde585e02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "6a6f7fe4-c261-4878-8765-c1235b58cef0", "network_id": "085fe18f-fcb7-420c-bd29-40af5faa29de", "subnet_id": "36d3c048-f8a3-4bdc-ac82-e79dd57bc140", "subnet_ids": ["36d3c048-f8a3-4bdc-ac82-e79dd57bc140"]}' 2025-02-19 08:59:12,988 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/36d3c048-f8a3-4bdc-ac82-e79dd57bc140 0.161s 2025-02-19 08:59:12,989 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:12 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-dbcf6605-ccdd-4e92-91ab-b05925d56e8b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/36d3c048-f8a3-4bdc-ac82-e79dd57bc140'} Body: b'' 2025-02-19 08:59:13,318 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/085fe18f-fcb7-420c-bd29-40af5faa29de 0.329s 2025-02-19 08:59:13,319 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-395160a9-935d-4300-8462-ceef39fce689', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/085fe18f-fcb7-420c-bd29-40af5faa29de'} Body: b'' 2025-02-19 08:59:13,449 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/fabf6cfb-717c-4d26-9bcb-ecd3755a68d3 0.129s 2025-02-19 08:59:13,449 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:13 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '721', 'x-openstack-request-id': 'req-be220555-fbdb-4b97-9ad2-4a0ba6bcbd05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/fabf6cfb-717c-4d26-9bcb-ecd3755a68d3'} Body: b'{"port":{"id":"fabf6cfb-717c-4d26-9bcb-ecd3755a68d3","name":"","network_id":"4ed540c0-bbb0-4257-8262-462dd9f13358","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:e5:66:0b","admin_state_up":true,"status":"ACTIVE","device_id":"3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"cd7e604d-47c7-4291-8d39-9245c204dd0c","ip_address":"2001:db8:1::1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T08:56:49Z","updated_at":"2025-02-19T08:56:54Z","revision_number":2,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 08:59:14,443 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface 0.993s 2025-02-19 08:59:14,443 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "cd7e604d-47c7-4291-8d39-9245c204dd0c"} Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0f49264d-761f-42f4-ae08-690d525995df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "fabf6cfb-717c-4d26-9bcb-ecd3755a68d3", "network_id": "4ed540c0-bbb0-4257-8262-462dd9f13358", "subnet_id": "cd7e604d-47c7-4291-8d39-9245c204dd0c", "subnet_ids": ["cd7e604d-47c7-4291-8d39-9245c204dd0c"]}' 2025-02-19 08:59:14,854 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/cd7e604d-47c7-4291-8d39-9245c204dd0c 0.410s 2025-02-19 08:59:14,854 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-f3322346-9ba2-4477-881a-34437e636076', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/cd7e604d-47c7-4291-8d39-9245c204dd0c'} Body: b'' 2025-02-19 09:00:14,922 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/networks/4ed540c0-bbb0-4257-8262-462dd9f13358 60.067s 2025-02-19 09:00:14,923 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 08:59:14 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/4ed540c0-bbb0-4257-8262-462dd9f13358'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:00:15,097 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/5b0959c0-3458-4824-9e8d-a05d49678ab5 0.173s 2025-02-19 09:00:15,097 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:15 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '719', 'x-openstack-request-id': 'req-ad455c13-dce5-44fa-ba7f-9bcc2b2ea056', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/5b0959c0-3458-4824-9e8d-a05d49678ab5'} Body: b'{"port":{"id":"5b0959c0-3458-4824-9e8d-a05d49678ab5","name":"","network_id":"f2a44b19-6dc2-456b-bf37-3b1e2360902a","tenant_id":"fc3ef43a6666475e9fb374733ff90f37","mac_address":"fa:16:3e:70:5d:4b","admin_state_up":true,"status":"ACTIVE","device_id":"3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"82b3c154-5d3d-4878-9ca8-b63cd91cf010","ip_address":"2001:db8::1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T08:56:45Z","updated_at":"2025-02-19T08:56:46Z","revision_number":2,"project_id":"fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 09:00:23,553 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface 8.456s 2025-02-19 09:00:23,554 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "82b3c154-5d3d-4878-9ca8-b63cd91cf010"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-03cb3d31-b725-4b48-b41a-440b6badfd68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9/remove_router_interface'} Body: b'{"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "port_id": "5b0959c0-3458-4824-9e8d-a05d49678ab5", "network_id": "f2a44b19-6dc2-456b-bf37-3b1e2360902a", "subnet_id": "82b3c154-5d3d-4878-9ca8-b63cd91cf010", "subnet_ids": ["82b3c154-5d3d-4878-9ca8-b63cd91cf010"]}' 2025-02-19 09:00:23,714 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/82b3c154-5d3d-4878-9ca8-b63cd91cf010 0.160s 2025-02-19 09:00:23,715 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-b7f088e3-c427-4b74-b175-285acbb3338b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/82b3c154-5d3d-4878-9ca8-b63cd91cf010'} Body: b'' 2025-02-19 09:00:24,137 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/f2a44b19-6dc2-456b-bf37-3b1e2360902a 0.422s 2025-02-19 09:00:24,138 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-91007f6b-f4f5-4573-a474-34feb856c3f1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/f2a44b19-6dc2-456b-bf37-3b1e2360902a'} Body: b'' 2025-02-19 09:00:24,354 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 0.213s 2025-02-19 09:00:24,354 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-6de258fb-13d5-40e6-bca7-aeef87bd0216', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'{"router": {"id": "3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9", "name": "tempest-RoutersIpV6Test-router-1180769418", "tenant_id": "fc3ef43a6666475e9fb374733ff90f37", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T08:56:43Z", "updated_at": "2025-02-19T09:00:15Z", "revision_number": 11, "project_id": "fc3ef43a6666475e9fb374733ff90f37"}}' 2025-02-19 09:00:24,391 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 0.036s 2025-02-19 09:00:24,392 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-5f17daef-96e7-4e88-95b5-2bd6b886481d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'{"ports":[]}' 2025-02-19 09:00:25,138 88075 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9 0.746s 2025-02-19 09:00:25,139 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-8947fe02-f7cd-40c7-9307-ca4e615cf278', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/3cd2cf02-9f4b-45b3-80b5-25dd4b51c6d9'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 241, in remove_router_interface self.routers_client.remove_router_interface(router_id, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 84, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 217, in test_update_delete_extra_route self._delete_extra_routes(router['id']) File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 223, in _delete_extra_routes self.routers_client.update_router(router_id, routes=None) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 38, in update_router return self.update_resource(uri, update_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt94.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 | 0 | 7 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft95.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:16:24,700 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.749s 2025-02-19 09:16:24,701 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-793360203"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:16:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '547', 'x-openstack-request-id': 'req-a51c2151-15fc-46c7-b8b1-f25ecbdb6aa5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"70f8a618-cda3-4960-ac2f-282b57271ad2","name":"tempest-RoutersTest-793360203","tenant_id":"effa6fba18b1421da2553a6c4afeb340","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:16:24Z","updated_at":"2025-02-19T09:16:24Z","revision_number":1}}' 2025-02-19 09:16:25,239 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.537s 2025-02-19 09:16:25,239 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1977018175"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:16:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '548', 'x-openstack-request-id': 'req-0b0b3389-4830-4332-9f9c-a58a29550dfc', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"29579724-3310-43be-b5d2-3c2e2e4ee511","name":"tempest-RoutersTest-1977018175","tenant_id":"effa6fba18b1421da2553a6c4afeb340","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:16:24Z","updated_at":"2025-02-19T09:16:24Z","revision_number":1}}' 2025-02-19 09:17:25,308 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 502 POST https://10.209.35.117:9696/networking/v2.0/subnets 60.068s 2025-02-19 09:17:25,308 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "70f8a618-cda3-4960-ac2f-282b57271ad2", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:16:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:18:11,390 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/29579724-3310-43be-b5d2-3c2e2e4ee511 46.081s 2025-02-19 09:18:11,391 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:11 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-f8f08be0-f322-4d94-b3ef-bca4248b7620', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/29579724-3310-43be-b5d2-3c2e2e4ee511'} Body: b'' 2025-02-19 09:18:29,754 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/70f8a618-cda3-4960-ac2f-282b57271ad2 18.363s 2025-02-19 09:18:29,755 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-651d67d4-035a-4d25-ae66-8ec3adc3b57d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/70f8a618-cda3-4960-ac2f-282b57271ad2'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 254, in test_add_multiple_router_interfaces subnet01 = self.create_subnet(network01) File "/opt/stack/tempest/tempest/api/network/base.py", line 143, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft95.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:18:30,222 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.465s 2025-02-19 09:18:30,222 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-2066127201"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '548', 'x-openstack-request-id': 'req-0b67e60c-9bc9-4063-8741-897248c2261b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b974a5ce-f01d-49ce-ae87-ca1a18213ed2","name":"tempest-RoutersTest-2066127201","tenant_id":"effa6fba18b1421da2553a6c4afeb340","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:18:29Z","updated_at":"2025-02-19T09:18:29Z","revision_number":1}}' 2025-02-19 09:18:30,887 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.663s 2025-02-19 09:18:30,887 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "b974a5ce-f01d-49ce-ae87-ca1a18213ed2", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '618', 'x-openstack-request-id': 'req-e20098b5-e2f9-4f14-9766-06c469851788', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc","name":"","tenant_id":"effa6fba18b1421da2553a6c4afeb340","network_id":"b974a5ce-f01d-49ce-ae87-ca1a18213ed2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:18:30Z","updated_at":"2025-02-19T09:18:30Z","revision_number":0,"project_id":"effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:19:30,731 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 59.843s 2025-02-19 09:19:30,732 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-816950678", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:19:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-f1613e25-5f4f-4e90-9c06-c8976dbbb1ad', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "9bd6de54-d34c-45f2-85f6-f28353dd2beb", "name": "tempest-RoutersTest-router-816950678", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:18:30Z", "updated_at": "2025-02-19T09:18:30Z", "revision_number": 1, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:20:22,637 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 201 POST https://10.209.35.117:9696/networking/v2.0/ports 51.904s 2025-02-19 09:20:22,637 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "b974a5ce-f01d-49ce-ae87-ca1a18213ed2", "name": "tempest-RoutersTest-1344727388"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:22 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '722', 'x-openstack-request-id': 'req-1c890104-128e-4e30-a5ed-0af0ff702000', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"bd3a8427-22b3-49b5-8bb2-ac8aa32444d6","name":"tempest-RoutersTest-1344727388","network_id":"b974a5ce-f01d-49ce-ae87-ca1a18213ed2","tenant_id":"effa6fba18b1421da2553a6c4afeb340","mac_address":"fa:16:3e:a4:b6:d6","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc","ip_address":"10.1.0.12"}],"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"security_groups":["477e4b34-cbb7-4c36-8420-307524b438bb"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2025-02-19T09:19:30Z","updated_at":"2025-02-19T09:19:30Z","revision_number":1}}' 2025-02-19 09:20:24,325 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/add_router_interface 1.687s 2025-02-19 09:20:24,325 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "bd3a8427-22b3-49b5-8bb2-ac8aa32444d6"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9de64d38-cd68-4ef0-a665-897d1744aa9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/add_router_interface'} Body: b'{"id": "9bd6de54-d34c-45f2-85f6-f28353dd2beb", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "port_id": "bd3a8427-22b3-49b5-8bb2-ac8aa32444d6", "network_id": "b974a5ce-f01d-49ce-ae87-ca1a18213ed2", "subnet_id": "b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc", "subnet_ids": ["b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc"]}' 2025-02-19 09:20:24,415 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 200 GET https://10.209.35.117:9696/networking/v2.0/ports/bd3a8427-22b3-49b5-8bb2-ac8aa32444d6 0.090s 2025-02-19 09:20:24,415 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '784', 'x-openstack-request-id': 'req-9d577a7f-9dda-48a6-9491-440003d00413', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports/bd3a8427-22b3-49b5-8bb2-ac8aa32444d6'} Body: b'{"port":{"id":"bd3a8427-22b3-49b5-8bb2-ac8aa32444d6","name":"tempest-RoutersTest-1344727388","network_id":"b974a5ce-f01d-49ce-ae87-ca1a18213ed2","tenant_id":"effa6fba18b1421da2553a6c4afeb340","mac_address":"fa:16:3e:a4:b6:d6","admin_state_up":true,"status":"ACTIVE","device_id":"9bd6de54-d34c-45f2-85f6-f28353dd2beb","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc","ip_address":"10.1.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["477e4b34-cbb7-4c36-8420-307524b438bb"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"tags":[],"created_at":"2025-02-19T09:19:30Z","updated_at":"2025-02-19T09:20:23Z","revision_number":3,"project_id":"effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:21:24,483 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/remove_router_interface 60.067s 2025-02-19 09:21:24,484 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "bd3a8427-22b3-49b5-8bb2-ac8aa32444d6"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/remove_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:21:24,669 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 404 PUT https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/remove_router_interface 0.184s 2025-02-19 09:21:24,669 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port_id": "bd3a8427-22b3-49b5-8bb2-ac8aa32444d6"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:21:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '197', 'x-openstack-request-id': 'req-b4221493-754c-4996-8ba1-00caa0f82533', 'connection': 'close', 'status': '404', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb/remove_router_interface'} Body: b'{"NeutronError": {"type": "RouterInterfaceNotFound", "message": "Router 9bd6de54-d34c-45f2-85f6-f28353dd2beb does not have an interface with id bd3a8427-22b3-49b5-8bb2-ac8aa32444d6", "detail": ""}}' 2025-02-19 09:21:24,697 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=9bd6de54-d34c-45f2-85f6-f28353dd2beb 0.027s 2025-02-19 09:21:24,698 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:21:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-c37fe84d-dd59-4fb3-b302-3f79853177ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=9bd6de54-d34c-45f2-85f6-f28353dd2beb'} Body: b'{"ports":[]}' 2025-02-19 09:22:24,763 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb 60.064s 2025-02-19 09:22:24,763 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:21:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/9bd6de54-d34c-45f2-85f6-f28353dd2beb'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:22:24,960 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc 0.196s 2025-02-19 09:22:24,960 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:22:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-e33b01c8-46fa-481a-9753-6ac5c11d6aee', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/b2fa6d9d-a6d1-49dc-9c0d-bbfbf1d162cc'} Body: b'' 2025-02-19 09:22:25,283 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/b974a5ce-f01d-49ce-ae87-ca1a18213ed2 0.322s 2025-02-19 09:22:25,283 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:22:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-84d00770-f079-4a59-9cfe-0077274ae13a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/b974a5ce-f01d-49ce-ae87-ca1a18213ed2'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 229, in delete_router cls.routers_client.delete_router(router['id']) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 147, in test_add_remove_router_interface_with_port_id self.routers_client.remove_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft95.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:23:25,353 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 502 POST https://10.209.35.117:9696/networking/v2.0/networks 60.066s 2025-02-19 09:23:25,353 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-381891425"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:22:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 92, in test_add_remove_router_interface_with_subnet_id network = self.networks_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft95.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:24:25,422 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_create_show_list_update_delete_router): 502 POST https://10.209.35.117:9696/networking/v2.0/routers 60.066s 2025-02-19 09:24:25,422 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-766018066", "external_gateway_info": {"network_id": "3106a631-6c3e-41df-abba-404c1a4b8190"}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:23:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 57, in test_create_show_list_update_delete_router router = self.create_router( File "/opt/stack/tempest/tempest/api/network/base.py", line 195, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
fail
ft95.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:24:25,951 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.525s 2025-02-19 09:24:25,951 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-99272807"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:25 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '546', 'x-openstack-request-id': 'req-af10466f-35ea-4fc0-bdaa-1750ac092378', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b3e08776-7f69-46a4-b3ae-958fff6f4cae","name":"tempest-RoutersTest-99272807","tenant_id":"effa6fba18b1421da2553a6c4afeb340","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:24:25Z","updated_at":"2025-02-19T09:24:25Z","revision_number":1}}' 2025-02-19 09:24:26,619 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/subnets 0.667s 2025-02-19 09:24:26,619 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "b3e08776-7f69-46a4-b3ae-958fff6f4cae", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '618', 'x-openstack-request-id': 'req-7f9d43ef-a16d-4c4a-bbc0-716b75219e15', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f2a66374-62db-4ac1-b09d-e73e3d6690e2","name":"","tenant_id":"effa6fba18b1421da2553a6c4afeb340","network_id":"b3e08776-7f69-46a4-b3ae-958fff6f4cae","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-02-19T09:24:26Z","updated_at":"2025-02-19T09:24:26Z","revision_number":0,"project_id":"effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:24:27,657 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 1.037s 2025-02-19 09:24:27,657 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-654128142", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-e65ed5a0-e85e-4b7f-8ad2-38897f2d33fc', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "bb483fc4-063a-408f-bed3-988faeceaff2", "name": "tempest-RoutersTest-router-654128142", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:24:26Z", "updated_at": "2025-02-19T09:24:26Z", "revision_number": 1, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:25:27,728 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/bb483fc4-063a-408f-bed3-988faeceaff2/add_router_interface 60.069s 2025-02-19 09:25:27,728 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f2a66374-62db-4ac1-b09d-e73e3d6690e2"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/bb483fc4-063a-408f-bed3-988faeceaff2/add_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:25:27,832 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=bb483fc4-063a-408f-bed3-988faeceaff2 0.103s 2025-02-19 09:25:27,832 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '717', 'x-openstack-request-id': 'req-94e943bf-e8ba-405e-be19-092451eb271a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=bb483fc4-063a-408f-bed3-988faeceaff2'} Body: b'{"ports":[{"id":"5eb34bcd-060b-49b4-9281-a1415f003449","name":"","network_id":"b3e08776-7f69-46a4-b3ae-958fff6f4cae","tenant_id":"effa6fba18b1421da2553a6c4afeb340","mac_address":"fa:16:3e:3b:2a:30","admin_state_up":true,"status":"DOWN","device_id":"bb483fc4-063a-408f-bed3-988faeceaff2","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"f2a66374-62db-4ac1-b09d-e73e3d6690e2","ip_address":"10.1.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"tags":[],"created_at":"2025-02-19T09:24:27Z","updated_at":"2025-02-19T09:24:28Z","revision_number":1,"project_id":"effa6fba18b1421da2553a6c4afeb340"}]}' 2025-02-19 09:26:27,902 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/bb483fc4-063a-408f-bed3-988faeceaff2/remove_router_interface 60.069s 2025-02-19 09:26:27,902 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f2a66374-62db-4ac1-b09d-e73e3d6690e2"} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/bb483fc4-063a-408f-bed3-988faeceaff2/remove_router_interface'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:26:28,417 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/subnets/f2a66374-62db-4ac1-b09d-e73e3d6690e2 0.513s 2025-02-19 09:26:28,417 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:26:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-00a5eece-392c-42ea-9b63-b4df7cbe7e1a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets/f2a66374-62db-4ac1-b09d-e73e3d6690e2'} Body: b'' 2025-02-19 09:27:28,436 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/networks/b3e08776-7f69-46a4-b3ae-958fff6f4cae 60.018s 2025-02-19 09:27:28,436 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:26:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/b3e08776-7f69-46a4-b3ae-958fff6f4cae'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 226, in delete_router test_utils.call_and_ignore_notfound_exc( File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 287, in test_router_interface_port_update_with_fixed_ip interface = self._add_router_interface_with_subnet_id(router['id'], File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 33, in _add_router_interface_with_subnet_id interface = self.routers_client.add_router_interface( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
fail
ft95.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:27:28,639 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 0.198s 2025-02-19 09:27:28,639 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-158291506", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:27:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-86607d07-16ce-4ef1-9685-7579cce149cf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7e89747b-69c0-46e1-a6fd-e9eeebe381f7", "name": "tempest-RoutersTest-router-158291506", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:27:28Z", "updated_at": "2025-02-19T09:27:28Z", "revision_number": 1, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:27:29,151 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 201 POST https://10.209.35.117:9696/networking/v2.0/networks 0.511s 2025-02-19 09:27:29,152 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-22803433"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:27:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '546', 'x-openstack-request-id': 'req-d8802b69-776c-4d15-ae2a-70debc2857db', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"35665c43-fb8c-494c-84fc-fc039e8527c2","name":"tempest-RoutersTest-22803433","tenant_id":"effa6fba18b1421da2553a6c4afeb340","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"effa6fba18b1421da2553a6c4afeb340","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-02-19T09:27:28Z","updated_at":"2025-02-19T09:27:28Z","revision_number":1}}' 2025-02-19 09:28:29,221 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 502 POST https://10.209.35.117:9696/networking/v2.0/subnets 60.069s 2025-02-19 09:28:29,222 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "35665c43-fb8c-494c-84fc-fc039e8527c2", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:27:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/subnets'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:28:29,699 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/networks/35665c43-fb8c-494c-84fc-fc039e8527c2 0.476s 2025-02-19 09:28:29,699 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:28:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-5d2620c9-6ce1-4f43-bba3-e0f8bc3d3a50', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/networks/35665c43-fb8c-494c-84fc-fc039e8527c2'} Body: b'' 2025-02-19 09:29:29,768 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 502 PUT https://10.209.35.117:9696/networking/v2.0/routers/7e89747b-69c0-46e1-a6fd-e9eeebe381f7 60.068s 2025-02-19 09:29:29,769 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:28:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7e89747b-69c0-46e1-a6fd-e9eeebe381f7'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:29:29,798 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=7e89747b-69c0-46e1-a6fd-e9eeebe381f7 0.029s 2025-02-19 09:29:29,798 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:29:29 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-9f62226f-a305-4b71-a7bd-a1db07d7f5ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=7e89747b-69c0-46e1-a6fd-e9eeebe381f7'} Body: b'{"ports":[]}' 2025-02-19 09:29:36,437 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/routers/7e89747b-69c0-46e1-a6fd-e9eeebe381f7 6.638s 2025-02-19 09:29:36,438 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:29:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-0f08c2b9-1518-4658-9748-7a153c1dc643', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/7e89747b-69c0-46e1-a6fd-e9eeebe381f7'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 223, in _delete_extra_routes self.routers_client.update_router(router_id, routes=None) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 38, in update_router return self.update_resource(uri, update_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 84, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 176, in test_update_delete_extra_route subnet = self.create_subnet(network, cidr=next_cidr) File "/opt/stack/tempest/tempest/api/network/base.py", line 143, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
fail
ft95.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:30:02,740 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_router_admin_state): 201 POST https://10.209.35.117:9696/networking/v2.0/routers 26.299s 2025-02-19 09:30:02,741 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-1069438655", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:30:02 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-cc3cfa47-55f6-447b-a240-7083d9b536b5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "2ab9013d-fe3f-43c4-9337-2c4c068b47bf", "name": "tempest-RoutersTest-router-1069438655", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:29:36Z", "updated_at": "2025-02-19T09:29:36Z", "revision_number": 1, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:30:24,377 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_router_admin_state): 200 PUT https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf 21.636s 2025-02-19 09:30:24,377 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"admin_state_up": true}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:30:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-7c94d37c-6ed3-4445-a72b-5cc7d3ede303', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf'} Body: b'{"router": {"id": "2ab9013d-fe3f-43c4-9337-2c4c068b47bf", "name": "tempest-RoutersTest-router-1069438655", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:29:36Z", "updated_at": "2025-02-19T09:30:02Z", "revision_number": 2, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:30:24,436 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_router_admin_state): 200 GET https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf 0.058s 2025-02-19 09:30:24,436 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:30:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-a3824e61-188b-4cf1-a547-eb914bee6e1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf'} Body: b'{"router": {"id": "2ab9013d-fe3f-43c4-9337-2c4c068b47bf", "name": "tempest-RoutersTest-router-1069438655", "tenant_id": "effa6fba18b1421da2553a6c4afeb340", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-02-19T09:29:36Z", "updated_at": "2025-02-19T09:30:02Z", "revision_number": 2, "project_id": "effa6fba18b1421da2553a6c4afeb340"}}' 2025-02-19 09:30:24,468 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/ports?device_id=2ab9013d-fe3f-43c4-9337-2c4c068b47bf 0.030s 2025-02-19 09:30:24,468 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:30:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-c495903f-c14b-4165-8fef-3c1ed4d612f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/ports?device_id=2ab9013d-fe3f-43c4-9337-2c4c068b47bf'} Body: b'{"ports":[]}' 2025-02-19 09:31:24,538 88074 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf 60.069s 2025-02-19 09:31:24,538 88074 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:30:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/routers/2ab9013d-fe3f-43c4-9337-2c4c068b47bf'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/base.py", line 229, in delete_router cls.routers_client.delete_router(router['id']) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 4 | 5 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt96.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] |
fail
ft96.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:18:30,244 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_additional_args): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.422s 2025-02-19 09:18:30,244 88072 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--1532279534"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1627', 'x-openstack-request-id': 'req-b9c06095-d578-4bb9-b131-e89c2891c823', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "859ce97d-812b-4991-922d-676d00464adb", "name": "tempest-secgroup--1532279534", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "", "shared": false, "security_group_rules": [{"id": "11542872-2535-4f04-9e49-1685a1f201e1", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "859ce97d-812b-4991-922d-676d00464adb", "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": 1597, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "381faa80-632d-4faa-b903-9a8d4474c9af", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "859ce97d-812b-4991-922d-676d00464adb", "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": 1598, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}}' 2025-02-19 09:19:30,292 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_additional_args): 502 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 60.047s 2025-02-19 09:19:30,292 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "859ce97d-812b-4991-922d-676d00464adb", "direction": "ingress", "ethertype": "IPv6", "protocol": "tcp", "port_range_min": 77, "port_range_max": 77, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:18:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:19:30,445 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/859ce97d-812b-4991-922d-676d00464adb 0.151s 2025-02-19 09:19:30,446 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:19:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-aa4426d3-df3c-4c61-82ff-bb4b465d6610', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/859ce97d-812b-4991-922d-676d00464adb'} Body: b'' 2025-02-19 09:19:30,511 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.065s 2025-02-19 09:19:30,511 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:19:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2929', 'x-openstack-request-id': 'req-c9f210c3-a203-4727-877f-b76b7614e718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "c4abf358-0775-4c50-a109-570c590d2f14", "name": "default", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "7efeacea-ff6e-4ac1-b7a2-2e2d63a958ef", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1589, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "01dcb713-2d50-4e54-b824-a21b9e452043", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1587, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "1d54abd8-3489-4989-929f-0ceb914ae0de", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1590, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "57039a6e-9192-4cc0-978b-75eee27812f8", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1588, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}]}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 194, in test_create_security_group_rule_with_additional_args self._create_verify_security_group_rule(sg_id, direction, File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 45, in _create_verify_security_group_rule rule_create_body = sec_group_rules_client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
fail
ft96.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:19:30,702 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.187s 2025-02-19 09:19:30,702 88072 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--1998235459"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:19:30 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1627', 'x-openstack-request-id': 'req-d5b9d361-ea03-4454-8b56-c2dd0fc5839c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "name": "tempest-secgroup--1998235459", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "", "shared": false, "security_group_rules": [{"id": "5384131c-05ab-4998-b1a7-3473fd8b3f1d", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "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": 1611, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:19:30Z", "updated_at": "2025-02-19T09:19:30Z", "revision_number": 0}, {"id": "c2525d49-bcd4-4086-ab39-a5dd7bf4b128", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "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": 1610, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:19:30Z", "updated_at": "2025-02-19T09:19:30Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:19:30Z", "updated_at": "2025-02-19T09:19:30Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}}' 2025-02-19 09:19:31,222 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.520s 2025-02-19 09:19:31,223 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "direction": "ingress", "ethertype": "IPv6", "protocol": "ipv6-icmp", "port_range_min": 3, "port_range_max": 2, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:19:31 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-40cb59a5-c2e3-40fb-a342-3c7c6689345b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e11f3a7-925b-439a-a273-01b6e1e972f5", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:19:31Z", "updated_at": "2025-02-19T09:19:31Z", "revision_number": 0}}' 2025-02-19 09:20:23,291 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 52.068s 2025-02-19 09:20:23,292 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "direction": "ingress", "ethertype": "IPv6", "protocol": "ipv6-icmp", "port_range_min": 3, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-31f47e29-8154-447c-a213-f65fbe56f92b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4ec2b775-a129-4f0c-a882-ac0e2a308527", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:19:31Z", "updated_at": "2025-02-19T09:19:31Z", "revision_number": 0}}' 2025-02-19 09:20:23,658 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.366s 2025-02-19 09:20:23,659 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "direction": "ingress", "ethertype": "IPv6", "protocol": "ipv6-icmp", "port_range_min": 8, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-79d5f32d-422d-4433-bf7f-a72536c1af6f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4633bfb4-7f4c-45e3-b66c-b74dd10477c6", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": 8, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:20:23Z", "updated_at": "2025-02-19T09:20:23Z", "revision_number": 0}}' 2025-02-19 09:20:23,990 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.330s 2025-02-19 09:20:23,990 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "direction": "ingress", "ethertype": "IPv6", "protocol": "ipv6-icmp", "port_range_min": 0, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-a00e432b-4b60-4865-af9b-cf53fe5da906', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "418f7abd-38c8-431a-a0da-46226ade9259", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": 0, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:20:23Z", "updated_at": "2025-02-19T09:20:23Z", "revision_number": 0}}' 2025-02-19 09:21:24,059 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 502 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 60.068s 2025-02-19 09:21:24,060 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "direction": "ingress", "ethertype": "IPv6", "protocol": "ipv6-icmp", "port_range_min": 11, "port_range_max": null, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:20:23 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:22:24,127 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/418f7abd-38c8-431a-a0da-46226ade9259 60.066s 2025-02-19 09:22:24,127 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:21:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/418f7abd-38c8-431a-a0da-46226ade9259'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:23:24,194 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/4633bfb4-7f4c-45e3-b66c-b74dd10477c6 60.065s 2025-02-19 09:23:24,194 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:22:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/4633bfb4-7f4c-45e3-b66c-b74dd10477c6'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:23:24,341 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/4ec2b775-a129-4f0c-a882-ac0e2a308527 0.146s 2025-02-19 09:23:24,342 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:23:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-6a5a501a-37cc-4f48-9bbf-0cb127223e29', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/4ec2b775-a129-4f0c-a882-ac0e2a308527'} Body: b'' 2025-02-19 09:23:24,426 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.083s 2025-02-19 09:23:24,426 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:23:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4720', 'x-openstack-request-id': 'req-15962a24-cd6e-49d4-afbc-246d119cf2cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "01dcb713-2d50-4e54-b824-a21b9e452043", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "1d54abd8-3489-4989-929f-0ceb914ae0de", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "5384131c-05ab-4998-b1a7-3473fd8b3f1d", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:19:30Z", "updated_at": "2025-02-19T09:19:30Z", "revision_number": 0}, {"id": "57039a6e-9192-4cc0-978b-75eee27812f8", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "7efeacea-ff6e-4ac1-b7a2-2e2d63a958ef", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "8e11f3a7-925b-439a-a273-01b6e1e972f5", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:19:31Z", "updated_at": "2025-02-19T09:19:31Z", "revision_number": 0}, {"id": "c2525d49-bcd4-4086-ab39-a5dd7bf4b128", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "82e02907-a6c8-4c4e-b970-9843f165f1f8", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:19:30Z", "updated_at": "20 2025-02-19 09:24:24,492 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/8e11f3a7-925b-439a-a273-01b6e1e972f5 60.065s 2025-02-19 09:24:24,493 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:23:24 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/8e11f3a7-925b-439a-a273-01b6e1e972f5'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:24:26,566 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/82e02907-a6c8-4c4e-b970-9843f165f1f8 2.072s 2025-02-19 09:24:26,566 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-380223d4-9a33-45ec-afe2-b1cef30f1fc8', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/82e02907-a6c8-4c4e-b970-9843f165f1f8'} Body: b'' 2025-02-19 09:24:26,607 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.041s 2025-02-19 09:24:26,608 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:26 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2929', 'x-openstack-request-id': 'req-45ca8601-f3c7-44cd-bb7c-9ece9ced0835', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "c4abf358-0775-4c50-a109-570c590d2f14", "name": "default", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "01dcb713-2d50-4e54-b824-a21b9e452043", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1587, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "1d54abd8-3489-4989-929f-0ceb914ae0de", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1590, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "57039a6e-9192-4cc0-978b-75eee27812f8", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1588, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "7efeacea-ff6e-4ac1-b7a2-2e2d63a958ef", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1589, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}]}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 49, in _delete_security_group_rule self.security_group_rules_client.delete_security_group_rule(rule_id) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 41, in delete_security_group_rule return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 49, in _delete_security_group_rule self.security_group_rules_client.delete_security_group_rule(rule_id) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 41, in delete_security_group_rule return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} traceback-3: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 49, in _delete_security_group_rule self.security_group_rules_client.delete_security_group_rule(rule_id) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 41, in delete_security_group_rule return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 222, in test_create_security_group_rule_with_icmp_type_code self._create_verify_security_group_rule(sg_id, direction, File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 45, in _create_verify_security_group_rule rule_create_body = sec_group_rules_client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt96.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] |
fail
ft96.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:24:27,440 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_group_id): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.206s 2025-02-19 09:24:27,440 88072 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--520345032"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1626', 'x-openstack-request-id': 'req-40f85bcb-bc52-4625-98b4-e15ef8c12420', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "name": "tempest-secgroup--520345032", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "", "shared": false, "security_group_rules": [{"id": "e76171f3-9c2a-48b9-b31a-2164ca12b64a", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "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": 1636, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}, {"id": "faab170a-39c9-41a0-872d-d54abf75cd94", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "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": 1635, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}}' 2025-02-19 09:24:27,683 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_group_id): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.242s 2025-02-19 09:24:27,683 88072 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--1968162126"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1627', 'x-openstack-request-id': 'req-ab9701d6-62a3-4ac4-a5ca-5c0c7c5d94ab', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3eff32a5-7697-4575-bbf5-2742c7aee8b4", "name": "tempest-secgroup--1968162126", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "", "shared": false, "security_group_rules": [{"id": "4fa71792-9d92-4150-96c1-e9caa4a49ac3", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "3eff32a5-7697-4575-bbf5-2742c7aee8b4", "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": 1638, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}, {"id": "9e512ff6-ba7e-4771-8ac9-bca9ab266ae1", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "3eff32a5-7697-4575-bbf5-2742c7aee8b4", "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": 1639, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}}' 2025-02-19 09:25:27,752 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_group_id): 502 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 60.068s 2025-02-19 09:25:27,753 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "direction": "ingress", "ethertype": "IPv6", "protocol": "udp", "port_range_min": 50, "port_range_max": 55, "remote_group_id": "3eff32a5-7697-4575-bbf5-2742c7aee8b4", "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:24:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:25:27,984 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/3eff32a5-7697-4575-bbf5-2742c7aee8b4 0.230s 2025-02-19 09:25:27,984 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:27 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-71a2f063-9643-4e2c-91e8-f34805d3c7a4', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/3eff32a5-7697-4575-bbf5-2742c7aee8b4'} Body: b'' 2025-02-19 09:25:28,115 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.130s 2025-02-19 09:25:28,116 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4535', 'x-openstack-request-id': 'req-18497433-e9a8-473c-b15f-6628d956dbd3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "name": "tempest-secgroup--520345032", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "", "shared": false, "security_group_rules": [{"id": "e76171f3-9c2a-48b9-b31a-2164ca12b64a", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "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": 1636, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}, {"id": "faab170a-39c9-41a0-872d-d54abf75cd94", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c17cc013-e4b4-4c13-86d4-893e3cd886f7", "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": 1635, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:24:27Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:24:27Z", "updated_at": "2025-02-19T09:25:27Z", "revision_number": 3, "project_id": "6c35490633854e4c989c14503031d7cb"}, {"id": "c4abf358-0775-4c50-a109-570c590d2f14", "name": "default", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "01dcb713-2d50-4e54-b824-a21b9e452043", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1587, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "1d54abd8-3489-4989-929f-0ceb914ae0de", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1590, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "57039a6e-9192-4cc0-978b-75eee27812f8", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1588, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "7efeacea-ff6e-4ac1-b7a2-2e2d63a958ef", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": 2025-02-19 09:25:28,237 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/c17cc013-e4b4-4c13-86d4-893e3cd886f7 0.120s 2025-02-19 09:25:28,237 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-0e945a86-c243-413e-8dae-ac60105ccb5b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/c17cc013-e4b4-4c13-86d4-893e3cd886f7'} Body: b'' 2025-02-19 09:25:28,288 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.050s 2025-02-19 09:25:28,288 88072 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:25:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2929', 'x-openstack-request-id': 'req-24136731-7771-475d-868e-d7a54ee9d169', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "c4abf358-0775-4c50-a109-570c590d2f14", "name": "default", "stateful": true, "tenant_id": "6c35490633854e4c989c14503031d7cb", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "7efeacea-ff6e-4ac1-b7a2-2e2d63a958ef", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1589, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "01dcb713-2d50-4e54-b824-a21b9e452043", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1587, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "1d54abd8-3489-4989-929f-0ceb914ae0de", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "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": 1590, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}, {"id": "57039a6e-9192-4cc0-978b-75eee27812f8", "project_id": "6c35490633854e4c989c14503031d7cb", "tenant_id": "6c35490633854e4c989c14503031d7cb", "security_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "c4abf358-0775-4c50-a109-570c590d2f14", "standard_attr_id": 1588, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:18:29Z", "updated_at": "2025-02-19T09:18:29Z", "revision_number": 1, "project_id": "6c35490633854e4c989c14503031d7cb"}]}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 238, in test_create_security_group_rule_with_remote_group_id self._create_verify_security_group_rule(sg_id, direction, File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 45, in _create_verify_security_group_rule rule_create_body = sec_group_rules_client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt96.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] |
fail
ft96.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:27:28,842 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_show_delete_security_group_rule): 502 POST https://10.209.35.117:9696/networking/v2.0/security-groups 60.046s 2025-02-19 09:27:28,843 88072 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--528129931"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:26:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 148, in test_create_show_delete_security_group_rule group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 31, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
fail
ft96.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:28:28,896 88072 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_delete_security_group_clear_associated_rules): 502 POST https://10.209.35.117:9696/networking/v2.0/security-groups 60.050s 2025-02-19 09:28:28,896 88072 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--294436430"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:27:28 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 123, in test_delete_security_group_clear_associated_rules group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 31, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt96.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 | 3 | 6 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt97.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
pt97.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] |
fail
ft97.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:00:33,504 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.637s 2025-02-19 09:00:33,504 88075 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--1763769599"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:33 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1627', 'x-openstack-request-id': 'req-20a3dadd-6a00-4120-a07d-d4f25852c014', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "name": "tempest-secgroup--1763769599", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "6530becf-82a7-4422-a204-6df80b9abdfe", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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": 1368, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}, {"id": "fcecde82-e13e-4c8f-868a-39c0690b1545", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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": 1369, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}}' 2025-02-19 09:00:34,147 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.642s 2025-02-19 09:00:34,147 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "direction": "ingress", "ethertype": "IPv4", "protocol": "icmp", "port_range_min": 3, "port_range_max": 2, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:34 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-d44abfae-082a-40f3-adbf-74cd7ff9b412', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3471f076-c3f4-4bad-a770-4dbbb27e816b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:33Z", "updated_at": "2025-02-19T09:00:33Z", "revision_number": 0}}' 2025-02-19 09:00:35,310 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 1.162s 2025-02-19 09:00:35,310 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "direction": "ingress", "ethertype": "IPv4", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-0d2806cd-8de3-45d8-b5ae-772b51b99feb', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "054b60af-cb88-4625-861e-f9cb8cf9a75b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:34Z", "updated_at": "2025-02-19T09:00:34Z", "revision_number": 0}}' 2025-02-19 09:00:35,898 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.587s 2025-02-19 09:00:35,898 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "direction": "ingress", "ethertype": "IPv4", "protocol": "icmp", "port_range_min": 8, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:35 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-75035936-8c72-4ced-ab5c-5b01c12a3846', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5d0d9fbe-ed3e-489b-b0c4-6ed9cb6c04c3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 8, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:35Z", "updated_at": "2025-02-19T09:00:35Z", "revision_number": 0}}' 2025-02-19 09:00:36,486 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.587s 2025-02-19 09:00:36,487 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "direction": "ingress", "ethertype": "IPv4", "protocol": "icmp", "port_range_min": 0, "port_range_max": 0, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5c8f3b1d-c055-4766-b37d-72b2b999428b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9018aa53-becd-49f6-b4d8-a8acc908984b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 0, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:35Z", "updated_at": "2025-02-19T09:00:35Z", "revision_number": 0}}' 2025-02-19 09:00:36,746 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.258s 2025-02-19 09:00:36,747 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "direction": "ingress", "ethertype": "IPv4", "protocol": "icmp", "port_range_min": 11, "port_range_max": null, "remote_group_id": null, "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:36 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-c959ab6c-dfc8-42da-8456-d8fdd3dd792e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ac4f09c4-c88f-483b-be39-6f8445c80381", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 11, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:36Z", "updated_at": "2025-02-19T09:00:36Z", "revision_number": 0}}' 2025-02-19 09:00:37,351 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/ac4f09c4-c88f-483b-be39-6f8445c80381 0.603s 2025-02-19 09:00:37,351 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-267eb78f-e34b-41ea-8505-bbb520e05a77', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/ac4f09c4-c88f-483b-be39-6f8445c80381'} Body: b'' 2025-02-19 09:00:37,441 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.089s 2025-02-19 09:00:37,441 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5852', 'x-openstack-request-id': 'req-625ed769-4243-4781-b1da-5b1deee143bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "054b60af-cb88-4625-861e-f9cb8cf9a75b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:34Z", "updated_at": "2025-02-19T09:00:34Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "3471f076-c3f4-4bad-a770-4dbbb27e816b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:33Z", "updated_at": "2025-02-19T09:00:33Z", "revision_number": 0}, {"id": "5d0d9fbe-ed3e-489b-b0c4-6ed9cb6c04c3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 8, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:35Z", "updated_at": "2025-02-19T09:00:35Z", "revision_number": 0}, {"id": "6530becf-82a7-4422-a204-6df80b9abdfe", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}, {"id": "9018aa53-becd-49f6-b4d8-a8acc908984b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 0, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:35Z", "updated_at": "2025-02-19T09:00:35Z", "revision_number": 0}, {"id": "b 2025-02-19 09:00:37,605 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/9018aa53-becd-49f6-b4d8-a8acc908984b 0.163s 2025-02-19 09:00:37,606 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-5cfabd4c-d56e-4999-ae72-11cd571dc5e0', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/9018aa53-becd-49f6-b4d8-a8acc908984b'} Body: b'' 2025-02-19 09:00:37,719 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.112s 2025-02-19 09:00:37,719 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5279', 'x-openstack-request-id': 'req-12bc73d3-acbe-416e-806b-244f1bd56045', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "054b60af-cb88-4625-861e-f9cb8cf9a75b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:34Z", "updated_at": "2025-02-19T09:00:34Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "3471f076-c3f4-4bad-a770-4dbbb27e816b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:33Z", "updated_at": "2025-02-19T09:00:33Z", "revision_number": 0}, {"id": "5d0d9fbe-ed3e-489b-b0c4-6ed9cb6c04c3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 8, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:35Z", "updated_at": "2025-02-19T09:00:35Z", "revision_number": 0}, {"id": "6530becf-82a7-4422-a204-6df80b9abdfe", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00 2025-02-19 09:00:37,851 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/5d0d9fbe-ed3e-489b-b0c4-6ed9cb6c04c3 0.131s 2025-02-19 09:00:37,851 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-fbaf2633-be2c-487a-b83b-9cb95749fa71', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/5d0d9fbe-ed3e-489b-b0c4-6ed9cb6c04c3'} Body: b'' 2025-02-19 09:00:37,930 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.078s 2025-02-19 09:00:37,931 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4706', 'x-openstack-request-id': 'req-b2dda770-7891-4cc7-9052-57adab9ca58c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "054b60af-cb88-4625-861e-f9cb8cf9a75b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:34Z", "updated_at": "2025-02-19T09:00:34Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "3471f076-c3f4-4bad-a770-4dbbb27e816b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 2, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:33Z", "updated_at": "2025-02-19T09:00:33Z", "revision_number": 0}, {"id": "6530becf-82a7-4422-a204-6df80b9abdfe", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "de4c69b4-d857-41c0-aca7-034557ff0fab", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T0 2025-02-19 09:01:38,000 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/054b60af-cb88-4625-861e-f9cb8cf9a75b 60.068s 2025-02-19 09:01:38,000 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:00:37 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/054b60af-cb88-4625-861e-f9cb8cf9a75b'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:01:38,155 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/3471f076-c3f4-4bad-a770-4dbbb27e816b 0.153s 2025-02-19 09:01:38,155 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:01:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-ae17ae2a-8c68-471f-bef2-07b9c7bf3f45', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/3471f076-c3f4-4bad-a770-4dbbb27e816b'} Body: b'' 2025-02-19 09:01:38,227 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.071s 2025-02-19 09:01:38,227 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:01:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4133', 'x-openstack-request-id': 'req-eb545410-6a4d-4677-b55c-d6fc18202fbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "054b60af-cb88-4625-861e-f9cb8cf9a75b", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": 3, "port_range_max": 0, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:00:34Z", "updated_at": "2025-02-19T09:00:34Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "6530becf-82a7-4422-a204-6df80b9abdfe", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02-19T09:00:32Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "de4c69b4-d857-41c0-aca7-034557ff0fab", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "fcecde82-e13e-4c8f-868a-39c0690b1545", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "588f46d9-eccf-4eef-876d-72bdfd883e43", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:00:32Z", "updated_at": "2025-02 2025-02-19 09:02:38,296 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/588f46d9-eccf-4eef-876d-72bdfd883e43 60.068s 2025-02-19 09:02:38,296 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:01:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/588f46d9-eccf-4eef-876d-72bdfd883e43'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 39, in _delete_security_group self.security_groups_client.delete_security_group(secgroup_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 49, in _delete_security_group_rule self.security_group_rules_client.delete_security_group_rule(rule_id) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 41, in delete_security_group_rule return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
fail
ft97.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:02:38,648 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_protocol_integer_value): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.348s 2025-02-19 09:02:38,649 88075 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--505054491"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:02:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1626', 'x-openstack-request-id': 'req-d0bc88e9-2728-483f-87e9-e6869c40a238', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b78779b2-0235-46f2-a767-8a7ffe127d9a", "name": "tempest-secgroup--505054491", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "2c4a412e-f708-4c28-9ca8-b48ff14e5a24", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "b78779b2-0235-46f2-a767-8a7ffe127d9a", "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": 1393, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:02:38Z", "updated_at": "2025-02-19T09:02:38Z", "revision_number": 0}, {"id": "a7c11f8d-8d98-453b-976c-cca18dbb0f1c", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "b78779b2-0235-46f2-a767-8a7ffe127d9a", "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": 1392, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:02:38Z", "updated_at": "2025-02-19T09:02:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:02:38Z", "updated_at": "2025-02-19T09:02:38Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}}' 2025-02-19 09:02:38,919 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_protocol_integer_value): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.270s 2025-02-19 09:02:38,919 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b78779b2-0235-46f2-a767-8a7ffe127d9a", "direction": "ingress", "protocol": 17}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:02:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-6087f4d6-429a-4cc7-a2eb-abc95b7388cf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1360764f-dde5-4811-ae1d-f847ea2605a7", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "b78779b2-0235-46f2-a767-8a7ffe127d9a", "ethertype": "IPv4", "direction": "ingress", "protocol": "17", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:02:38Z", "updated_at": "2025-02-19T09:02:38Z", "revision_number": 0}}' 2025-02-19 09:03:38,988 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/b78779b2-0235-46f2-a767-8a7ffe127d9a 60.067s 2025-02-19 09:03:38,988 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:02:38 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/b78779b2-0235-46f2-a767-8a7ffe127d9a'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 39, in _delete_security_group self.security_groups_client.delete_security_group(secgroup_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
fail
ft97.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:03:39,578 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_group_id): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.587s 2025-02-19 09:03:39,579 88075 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--1300473300"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:39 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1627', 'x-openstack-request-id': 'req-c0901699-250e-4df1-b0e3-3bcee7e18353', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a01fa977-7658-4293-ad49-a8d399f1d288", "name": "tempest-secgroup--1300473300", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "70b49a78-a6bf-4570-8d7f-9c87aed53a5a", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "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": 1408, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}, {"id": "9a0fd88a-c0b4-4eef-9662-ef801574c736", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "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": 1407, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}}' 2025-02-19 09:03:40,235 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_group_id): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 0.655s 2025-02-19 09:03:40,235 88075 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--804940983"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1626', 'x-openstack-request-id': 'req-70427fa5-d3ec-4380-a24a-6128e7709065', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "name": "tempest-secgroup--804940983", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "c05005a9-cb7f-4967-9c56-73506de18094", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1415, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}, {"id": "d000bd2a-e3ff-4dc3-8d30-ed752e7d5471", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1414, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}}' 2025-02-19 09:03:40,837 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_group_id): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.601s 2025-02-19 09:03:40,837 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "direction": "ingress", "ethertype": "IPv4", "protocol": "udp", "port_range_min": 50, "port_range_max": 55, "remote_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "remote_ip_prefix": null}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '631', 'x-openstack-request-id': 'req-669340d0-a1f0-4d81-82d3-972c84fc362e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4085077c-b2a8-4249-a7fe-27ddfa0fa43f", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "ethertype": "IPv4", "direction": "ingress", "protocol": "udp", "port_range_min": 50, "port_range_max": 55, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:03:40Z", "updated_at": "2025-02-19T09:03:40Z", "revision_number": 0}}' 2025-02-19 09:03:40,954 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/4085077c-b2a8-4249-a7fe-27ddfa0fa43f 0.116s 2025-02-19 09:03:40,955 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:40 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-66e01f45-5e6d-49cf-ae44-4e65721b0d5a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/4085077c-b2a8-4249-a7fe-27ddfa0fa43f'} Body: b'' 2025-02-19 09:03:41,038 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.083s 2025-02-19 09:03:41,039 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4716', 'x-openstack-request-id': 'req-11812357-7ce8-4d2e-af41-1254792207a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "70b49a78-a6bf-4570-8d7f-9c87aed53a5a", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}, {"id": "9a0fd88a-c0b4-4eef-9662-ef801574c736", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "a01fa977-7658-4293-ad49-a8d399f1d288", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "c05005a9-cb7f-4967-9c56-73506de18094", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:03:39Z", "updated_at": "2025-02-19T09:03:39Z", "revision_number": 0}, {"id": "d000bd2a-e3ff-4dc3-8d30-ed752e7d5471", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "7d70ecc0-fc7e-475a-aa5f-81cd870acf46", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:03:39Z", "updated_at": "2 2025-02-19 09:04:41,108 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 502 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/7d70ecc0-fc7e-475a-aa5f-81cd870acf46 60.068s 2025-02-19 09:04:41,108 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:03:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/7d70ecc0-fc7e-475a-aa5f-81cd870acf46'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:04:41,271 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/a01fa977-7658-4293-ad49-a8d399f1d288 0.162s 2025-02-19 09:04:41,272 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-c02ea04c-eb72-48d8-9429-d7579f315e6d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/a01fa977-7658-4293-ad49-a8d399f1d288'} Body: b'' 2025-02-19 09:04:41,317 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.044s 2025-02-19 09:04:41,317 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '2929', 'x-openstack-request-id': 'req-c43c18d8-9589-4967-abc0-85e593d2972e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "name": "default", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "standard_attr_id": 1341, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "standard_attr_id": 1340, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "de4c69b4-d857-41c0-aca7-034557ff0fab", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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": 1343, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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": 1342, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}]}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 39, in _delete_security_group self.security_groups_client.delete_security_group(secgroup_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
fail
ft97.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:05:41,371 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_ip_prefix): 502 POST https://10.209.35.117:9696/networking/v2.0/security-groups 60.051s 2025-02-19 09:05:41,372 88075 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--883101587"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:04:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 247, in test_create_security_group_rule_with_remote_ip_prefix sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 31, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft97.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:06:41,344 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 201 POST https://10.209.35.117:9696/networking/v2.0/security-groups 59.968s 2025-02-19 09:06:41,345 88075 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--648232919"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:41 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '1626', 'x-openstack-request-id': 'req-64f31ead-5809-4c03-8522-cbddc5cb0d17', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "name": "tempest-secgroup--648232919", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "513d507a-88fb-4709-bf4d-bc6c2d24f7a3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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": 1430, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}, {"id": "6d732203-86b8-47d4-8b41-d9cd8ff8dfc0", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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": 1429, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}}' 2025-02-19 09:06:42,251 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 201 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.905s 2025-02-19 09:06:42,251 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "protocol": "tcp", "direction": "ingress", "ethertype": "IPv4"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-514c8e7f-de31-4b58-b537-4d59c1af0cef', 'connection': 'close', 'status': '201', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fff88583-4ca5-4cff-a9e0-b7b032a8d901", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:06:41Z", "updated_at": "2025-02-19T09:06:41Z", "revision_number": 0}}' 2025-02-19 09:06:42,280 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules/fff88583-4ca5-4cff-a9e0-b7b032a8d901 0.029s 2025-02-19 09:06:42,281 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-daf5ea3c-f06e-4443-a844-ce4e39d7f952', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/fff88583-4ca5-4cff-a9e0-b7b032a8d901'} Body: b'{"security_group_rule": {"id": "fff88583-4ca5-4cff-a9e0-b7b032a8d901", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-02-19T09:06:41Z", "updated_at": "2025-02-19T09:06:41Z", "revision_number": 0}}' 2025-02-19 09:06:42,367 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.085s 2025-02-19 09:06:42,367 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:42 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '5294', 'x-openstack-request-id': 'req-f3997b67-de6b-4d5f-b899-902b660fade8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "513d507a-88fb-4709-bf4d-bc6c2d24f7a3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}, {"id": "6d732203-86b8-47d4-8b41-d9cd8ff8dfc0", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "d5045825-3fe2-49f2-aa32-33b6be3f81ba", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:04:41Z", "updated_at": "2025-02-19T09:04:41Z", "revision_number": 0}, {"id": "d6d1b2a9-1ac1-43c3-ac9e-fc8f3c1ca8c1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:04:41Z", "updated_at": "2 2025-02-19 09:06:43,615 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-group-rules/fff88583-4ca5-4cff-a9e0-b7b032a8d901 1.246s 2025-02-19 09:06:43,615 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-cd21e4ce-f04d-4705-b2d3-3557af17dc90', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules/fff88583-4ca5-4cff-a9e0-b7b032a8d901'} Body: b'' 2025-02-19 09:06:43,703 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 200 GET https://10.209.35.117:9696/networking/v2.0/security-group-rules 0.087s 2025-02-19 09:06:43,703 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4716', 'x-openstack-request-id': 'req-1b82531f-0bef-4457-9ae3-56645246cd6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rules": [{"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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, "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "513d507a-88fb-4709-bf4d-bc6c2d24f7a3", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}, {"id": "6d732203-86b8-47d4-8b41-d9cd8ff8dfc0", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:05:41Z", "updated_at": "2025-02-19T09:05:41Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "belongs_to_default_sg": true, "description": null, "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "d5045825-3fe2-49f2-aa32-33b6be3f81ba", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:04:41Z", "updated_at": "2025-02-19T09:04:41Z", "revision_number": 0}, {"id": "d6d1b2a9-1ac1-43c3-ac9e-fc8f3c1ca8c1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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, "belongs_to_default_sg": false, "description": null, "created_at": "2025-02-19T09:04:41Z", "updated_at": "2 2025-02-19 09:07:43,757 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 502 POST https://10.209.35.117:9696/networking/v2.0/security-group-rules 60.053s 2025-02-19 09:07:43,757 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2", "protocol": "udp", "direction": "ingress", "ethertype": "IPv4"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:06:43 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-group-rules'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' 2025-02-19 09:07:44,662 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 204 DELETE https://10.209.35.117:9696/networking/v2.0/security-groups/1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2 0.904s 2025-02-19 09:07:44,662 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'x-openstack-request-id': 'req-2a2e539f-8aab-47e0-9203-b857b08ffa0c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups/1b6773ad-9323-4d6a-a7c5-7ee4d47a3cd2'} Body: b'' 2025-02-19 09:07:44,712 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:_run_cleanups): 200 GET https://10.209.35.117:9696/networking/v2.0/security-groups 0.049s 2025-02-19 09:07:44,712 88075 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-type': 'application/json', 'content-length': '4535', 'x-openstack-request-id': 'req-9e46733f-c134-4c58-8726-53cd1724e443', 'connection': 'close', 'status': '200', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'{"security_groups": [{"id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "name": "tempest-secgroup--883101587", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "", "shared": false, "security_group_rules": [{"id": "d6d1b2a9-1ac1-43c3-ac9e-fc8f3c1ca8c1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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": 1423, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:04:41Z", "updated_at": "2025-02-19T09:04:41Z", "revision_number": 0}, {"id": "d5045825-3fe2-49f2-aa32-33b6be3f81ba", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "43d429c9-a1a7-4e9a-885f-0240038c660b", "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": 1422, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:04:41Z", "updated_at": "2025-02-19T09:04:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-02-19T09:04:41Z", "updated_at": "2025-02-19T09:04:41Z", "revision_number": 1, "project_id": "00f82554d11e4c84bae176858d483dc3"}, {"id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "name": "default", "stateful": true, "tenant_id": "00f82554d11e4c84bae176858d483dc3", "description": "Default security group", "shared": false, "security_group_rules": [{"id": "de4c69b4-d857-41c0-aca7-034557ff0fab", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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": 1343, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "249ef7c4-92ed-4eca-af32-292be026bbe1", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "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": 1342, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "2e14d2a6-c7a6-4d12-bfe3-5c6b6192ad8e", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv4", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "standard_attr_id": 1341, "belongs_to_default_sg": null, "description": null, "tags": [], "created_at": "2025-02-19T09:00:28Z", "updated_at": "2025-02-19T09:00:28Z", "revision_number": 0}, {"id": "bc5a9347-cbec-4bf9-8b7d-387ab3100e52", "project_id": "00f82554d11e4c84bae176858d483dc3", "tenant_id": "00f82554d11e4c84bae176858d483dc3", "security_group_id": "8427183f-3232-434c-9ba7-5d8e4a87360d", "ethertype": "IPv6", "direction": "ingress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 154, in test_create_show_delete_security_group_rule rule_create_body = client.create_security_group_rule( File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
fail
ft97.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-02-19 09:08:44,734 88075 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_delete_security_group_clear_associated_rules): 502 POST https://10.209.35.117:9696/networking/v2.0/security-groups 60.019s 2025-02-19 09:08:44,735 88075 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--245020331"}} Response - Headers: {'date': 'Wed, 19 Feb 2025 09:07:44 GMT', 'server': 'Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2 mod_wsgi/4.7.1 Python/3.9', 'content-length': '341', 'connection': 'close', 'content-type': 'text/html; charset=iso-8859-1', 'status': '502', 'content-location': 'https://10.209.35.117:9696/networking/v2.0/security-groups'} Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p>\n</body></html>\n' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 123, in test_delete_security_group_clear_associated_rules group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 31, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 856, in _error_checker raise exceptions.UnexpectedContentType(str(resp.status), tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided Details: 502 |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt97.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt98.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt99.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_image_caching | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageCachingTest) |
skip
pt100.1: setUpClass (tempest.api.image.v2.admin.test_image_caching.ImageCachingTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
ImageLocationsAdminTest) |
skip
pt101.1: setUpClass (tempest.api.image.v2.admin.test_images.ImageLocationsAdminTest) |
||||||
MultiStoresImagesTest) |
skip
pt101.2: setUpClass (tempest.api.image.v2.admin.test_images.MultiStoresImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
ImageLocationsTest) |
skip
pt102.1: setUpClass (tempest.api.image.v2.test_images.ImageLocationsTest) |
||||||
ListUserImagesTest) |
skip
pt102.2: setUpClass (tempest.api.image.v2.test_images.ListUserImagesTest) |
||||||
MultiStoresImportImagesTest) |
skip
pt102.3: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
setUpClass (tempest.api.network.test_service_providers | 1 | 0 | 0 | 0 | 1 | Detail | |
ServiceProvidersTest) |
skip
pt103.1: setUpClass (tempest.api.network.test_service_providers.ServiceProvidersTest) |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt105.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_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt105.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
||||||
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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
||||||
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
pt107.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
pt107.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_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
pass
pt112.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt112.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
pt112.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] |
pass
pt112.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt112.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_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
pt113.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_create_server.ServersTestBootFromVolume | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt114.1: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt114.2: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt114.3: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt114.4: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt114.5: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
pass
pt115.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
pass
pt115.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
pass
pt115.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
pass
pt115.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
pass
pt115.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
pass
pt116.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
||||||
test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
pass
pt116.2: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
pass
pt117.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
||||||
tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON | 17 | 17 | 0 | 0 | 0 | Detail | |
test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
pass
pt118.1: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
||||||
test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7] |
pass
pt118.2: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7] |
||||||
test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4] |
pass
pt118.3: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4] |
||||||
test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f] |
pass
pt118.4: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f] |
||||||
test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed] |
pass
pt118.5: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed] |
||||||
test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e] |
pass
pt118.6: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e] |
||||||
test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3] |
pass
pt118.7: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3] |
||||||
test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908] |
pass
pt118.8: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908] |
||||||
test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba] |
pass
pt118.9: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba] |
||||||
test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76] |
pass
pt118.10: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76] |
||||||
test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a] |
pass
pt118.11: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a] |
||||||
test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c] |
pass
pt118.12: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c] |
||||||
test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e] |
pass
pt118.13: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e] |
||||||
test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077] |
pass
pt118.14: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077] |
||||||
test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a] |
pass
pt118.15: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a] |
||||||
test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b] |
pass
pt118.16: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b] |
||||||
test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb] |
pass
pt118.17: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb] |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt119.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
||||||
tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23] |
pass
pt120.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23] |
||||||
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
pt121.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_server_group.ServerGroupTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt122.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
pt122.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
pt122.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] |
pass
pt122.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt122.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
pt122.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
||||||
tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_cdrom_ide[id-947004c3-e8ef-47d9-9f00-97b74f9eaf96] |
pass
pt123.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE.test_stable_device_rescue_cdrom_ide[id-947004c3-e8ef-47d9-9f00-97b74f9eaf96] |
||||||
tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt124.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
pt124.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.ServerShowV263Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c] |
skip
pt125.1: tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c] |
||||||
tempest.api.compute.servers.test_servers.ServersListShow296Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_server_296[id-4eee1ffe-9e00-4c99-a431-0d3e0f323a8f] |
pass
pt126.1: tempest.api.compute.servers.test_servers.ServersListShow296Test.test_list_show_server_296[id-4eee1ffe-9e00-4c99-a431-0d3e0f323a8f] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
pass
pt127.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
pt128.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
pt129.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
pt129.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
pt130.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
pt130.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
pt130.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
pt131.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
pt132.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
pt132.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
pt133.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
pt134.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
pt135.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
pt135.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
pt135.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
pt135.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
pt135.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
pt135.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
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
pt136.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
pt137.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
pt137.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
pt138.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
pt139.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
pt139.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
pt139.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
pt139.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt141.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
pt141.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
pt142.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
pt142.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
pt142.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_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt143.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
pt143.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
pt143.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
pt143.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
pt144.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
pt144.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
pt144.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
pt144.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
pt144.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
pt144.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
pt145.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
pt145.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
pt145.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
pt146.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
pt146.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt148.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
pt148.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
pt148.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
pt148.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
pt149.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
pt149.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
pt150.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt152.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
pt152.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
pt152.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
pt152.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt154.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
pt154.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
pt154.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
pt155.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
pt155.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
pt155.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
pt156.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
pt156.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
pt156.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
pt156.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
pt156.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
pt156.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.5: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
||||||
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
pt158.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
pt158.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
pt158.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
pt159.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
pt159.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
pt159.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
pt159.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
pt159.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
pt160.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
pt160.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
pt160.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
pt160.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
pt160.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
pt161.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
pt162.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
pt163.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
pt163.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
pt163.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
pt163.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
pt164.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
pt165.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
pt165.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
pt165.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
pt166.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
pt166.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
pt166.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_image_task.ImageTaskCreate | 1 | 0 | 0 | 0 | 1 | Detail | |
test_image_tasks_create[id-669d5387-0340-4abf-b62d-7cc89f539c8c] |
skip
pt167.1: tempest.api.image.v2.admin.test_image_task.ImageTaskCreate.test_image_tasks_create[id-669d5387-0340-4abf-b62d-7cc89f539c8c] |
||||||
tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt168.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
||||||
test_list_public_image[id-f6ab4aa0-035e-4664-9f2d-c57c6df50605] |
pass
pt168.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_list_public_image[id-f6ab4aa0-035e-4664-9f2d-c57c6df50605] |
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt168.3: 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.ImportCopyImagesTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_image_copy_image_import[id-9b3b644e-03d1-11eb-a036-fa163e2eaf49] |
skip
pt169.1: tempest.api.image.v2.admin.test_images.ImportCopyImagesTest.test_image_copy_image_import[id-9b3b644e-03d1-11eb-a036-fa163e2eaf49] |
||||||
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
pt170.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
pt170.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
pt170.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
pt171.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
pt172.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
pt172.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
pt173.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
pt174.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
pt175.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
pt175.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
pt175.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
pt175.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_images.ImportImagesTest | 5 | 2 | 0 | 0 | 3 | Detail | |
test_image_glance_direct_import[id-32ca0c20-e16f-44ac-8590-07869c9b4cc2] |
pass
pt176.1: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_direct_import[id-32ca0c20-e16f-44ac-8590-07869c9b4cc2] |
||||||
test_image_glance_download_import_success[id-8876c818-c40e-4b90-9742-31d231616305] |
skip
pt176.2: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_download_import_success[id-8876c818-c40e-4b90-9742-31d231616305] |
||||||
test_image_web_download_import[id-f6feb7a4-b04f-4706-a011-206129f83e62] |
pass
pt176.3: tempest.api.image.v2.test_images.ImportImagesTest.test_image_web_download_import[id-f6feb7a4-b04f-4706-a011-206129f83e62] |
||||||
test_remote_delete[id-44d60544-1524-42f7-8899-315301105dd8] |
skip
pt176.4: tempest.api.image.v2.test_images.ImportImagesTest.test_remote_delete[id-44d60544-1524-42f7-8899-315301105dd8] |
||||||
test_remote_import[id-e04761a1-22af-42c2-b8bc-a34a3f12b585] |
skip
pt176.5: tempest.api.image.v2.test_images.ImportImagesTest.test_remote_import[id-e04761a1-22af-42c2-b8bc-a34a3f12b585] |
||||||
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
pt177.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_dependency.ImageDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt178.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
||||||
test_nova_image_snapshot_dependency[compute,id-d19b0731-e98e-4103-8b0e-02f651b8f586] |
pass
pt178.2: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_nova_image_snapshot_dependency[compute,id-d19b0731-e98e-4103-8b0e-02f651b8f586] |
||||||
tempest.api.image.v2.test_images_formats.ImagesFormatTest | 52 | 6 | 0 | 0 | 46 | Detail | |
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](standard-qcow2v3) |
skip
pt179.1: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](standard-qcow2v3) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](qcow-with-backing) |
skip
pt179.2: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](qcow-with-backing) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](qcow-with-datafile) |
skip
pt179.3: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](qcow-with-datafile) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](raw-blank) |
skip
pt179.4: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](raw-blank) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](gpt-blank) |
skip
pt179.5: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](gpt-blank) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](standard-iso9660) |
skip
pt179.6: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](standard-iso9660) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](iso-with-qcow2-in-system) |
skip
pt179.7: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](iso-with-qcow2-in-system) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicSparse) |
skip
pt179.8: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicSparse) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-streamOptimized) |
skip
pt179.9: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-streamOptimized) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicFlat) |
skip
pt179.10: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicFlat) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicFlat-leak) |
skip
pt179.11: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-monolithicFlat-leak) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-sparse-with-url-backing) |
skip
pt179.12: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-sparse-with-url-backing) |
||||||
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-sparse-with-footer) |
skip
pt179.13: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85](vmdk-sparse-with-footer) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](standard-qcow2v3) |
pass
pt179.14: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](standard-qcow2v3) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](qcow-with-backing) |
skip
pt179.15: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](qcow-with-backing) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](qcow-with-datafile) |
skip
pt179.16: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](qcow-with-datafile) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](raw-blank) |
pass
pt179.17: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](raw-blank) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](gpt-blank) |
skip
pt179.18: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](gpt-blank) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](standard-iso9660) |
pass
pt179.19: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](standard-iso9660) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](iso-with-qcow2-in-system) |
skip
pt179.20: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](iso-with-qcow2-in-system) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicSparse) |
pass
pt179.21: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicSparse) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-streamOptimized) |
pass
pt179.22: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-streamOptimized) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicFlat) |
skip
pt179.23: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicFlat) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicFlat-leak) |
skip
pt179.24: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-monolithicFlat-leak) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-sparse-with-url-backing) |
skip
pt179.25: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-sparse-with-url-backing) |
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-sparse-with-footer) |
pass
pt179.26: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df](vmdk-sparse-with-footer) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](standard-qcow2v3) |
skip
pt179.27: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](standard-qcow2v3) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](qcow-with-backing) |
skip
pt179.28: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](qcow-with-backing) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](qcow-with-datafile) |
skip
pt179.29: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](qcow-with-datafile) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](raw-blank) |
skip
pt179.30: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](raw-blank) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](gpt-blank) |
skip
pt179.31: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](gpt-blank) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](standard-iso9660) |
skip
pt179.32: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](standard-iso9660) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](iso-with-qcow2-in-system) |
skip
pt179.33: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](iso-with-qcow2-in-system) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicSparse) |
skip
pt179.34: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicSparse) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-streamOptimized) |
skip
pt179.35: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-streamOptimized) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicFlat) |
skip
pt179.36: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicFlat) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicFlat-leak) |
skip
pt179.37: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-monolithicFlat-leak) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-sparse-with-url-backing) |
skip
pt179.38: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-sparse-with-url-backing) |
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-sparse-with-footer) |
skip
pt179.39: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9](vmdk-sparse-with-footer) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](standard-qcow2v3) |
skip
pt179.40: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](standard-qcow2v3) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](qcow-with-backing) |
skip
pt179.41: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](qcow-with-backing) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](qcow-with-datafile) |
skip
pt179.42: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](qcow-with-datafile) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](raw-blank) |
skip
pt179.43: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](raw-blank) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](gpt-blank) |
skip
pt179.44: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](gpt-blank) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](standard-iso9660) |
skip
pt179.45: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](standard-iso9660) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](iso-with-qcow2-in-system) |
skip
pt179.46: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](iso-with-qcow2-in-system) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicSparse) |
skip
pt179.47: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicSparse) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-streamOptimized) |
skip
pt179.48: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-streamOptimized) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicFlat) |
skip
pt179.49: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicFlat) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicFlat-leak) |
skip
pt179.50: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-monolithicFlat-leak) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-sparse-with-url-backing) |
skip
pt179.51: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-sparse-with-url-backing) |
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-sparse-with-footer) |
skip
pt179.52: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376](vmdk-sparse-with-footer) |
||||||
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
pt180.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
pt180.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
pt180.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
pt180.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
pt180.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
pt180.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_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt182.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_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt183.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt184.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.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt185.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
pt185.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_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt186.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
pt186.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
pt186.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
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
pt187.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_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt188.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
pt188.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.api.object_storage.test_account_bulk.BulkTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_delete[id-c075e682-0d2a-43b2-808d-4116200d736d] |
pass
pt189.1: tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete[id-c075e682-0d2a-43b2-808d-4116200d736d] |
||||||
test_bulk_delete_by_POST[id-dbea2bcb-efbb-4674-ac8a-a5a0e33d1d79] |
pass
pt189.2: tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete_by_POST[id-dbea2bcb-efbb-4674-ac8a-a5a0e33d1d79] |
||||||
test_extract_archive[id-a407de51-1983-47cc-9f14-47c2b059413c] |
pass
pt189.3: tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive[id-a407de51-1983-47cc-9f14-47c2b059413c] |
||||||
tempest.api.object_storage.test_account_quotas.AccountQuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke] |
pass
pt190.1: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke] |
||||||
test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke] |
pass
pt190.2: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke] |
||||||
tempest.api.object_storage.test_account_services.AccountTest | 21 | 21 | 0 | 0 | 0 | Detail | |
test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
pass
pt191.1: tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
||||||
test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
pass
pt191.2: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
||||||
test_list_containers_reverse_order[id-b1811cff-d1ed-4c15-a52e-efd8de41cf34] |
pass
pt191.3: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_reverse_order[id-b1811cff-d1ed-4c15-a52e-efd8de41cf34] |
||||||
test_list_containers_with_end_marker[id-5ca164e4-7bde-43fa-bafb-913b53b9e786] |
pass
pt191.4: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker[id-5ca164e4-7bde-43fa-bafb-913b53b9e786] |
||||||
test_list_containers_with_format_json[id-1c7efa35-e8a2-4b0b-b5ff-862c7fd83704] |
pass
pt191.5: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json[id-1c7efa35-e8a2-4b0b-b5ff-862c7fd83704] |
||||||
test_list_containers_with_format_xml[id-4477b609-1ca6-4d4b-b25d-ad3f01086089] |
pass
pt191.6: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml[id-4477b609-1ca6-4d4b-b25d-ad3f01086089] |
||||||
test_list_containers_with_limit[id-5cfa4ab2-4373-48dd-a41f-a532b12b08b2] |
pass
pt191.7: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit[id-5cfa4ab2-4373-48dd-a41f-a532b12b08b2] |
||||||
test_list_containers_with_limit_and_end_marker[id-888a3f0e-7214-4806-8e50-5e0c9a69bb5e] |
pass
pt191.8: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker[id-888a3f0e-7214-4806-8e50-5e0c9a69bb5e] |
||||||
test_list_containers_with_limit_and_marker[id-f7064ae8-dbcc-48da-b594-82feef6ea5af] |
pass
pt191.9: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker[id-f7064ae8-dbcc-48da-b594-82feef6ea5af] |
||||||
test_list_containers_with_limit_and_marker_and_end_marker[id-8cf98d9c-e3a0-4e44-971b-c87656fdddbd] |
pass
pt191.10: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker[id-8cf98d9c-e3a0-4e44-971b-c87656fdddbd] |
||||||
test_list_containers_with_marker[id-638f876d-6a43-482a-bbb3-0840bca101c6] |
pass
pt191.11: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker[id-638f876d-6a43-482a-bbb3-0840bca101c6] |
||||||
test_list_containers_with_marker_and_end_marker[id-ac8502c2-d4e4-4f68-85a6-40befea2ef5e] |
pass
pt191.12: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker[id-ac8502c2-d4e4-4f68-85a6-40befea2ef5e] |
||||||
test_list_containers_with_prefix[id-365e6fc7-1cfe-463b-a37c-8bd08d47b6aa] |
pass
pt191.13: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_prefix[id-365e6fc7-1cfe-463b-a37c-8bd08d47b6aa] |
||||||
test_list_extensions[id-6eb04a6a-4860-4e31-ba91-ea3347d76b58] |
pass
pt191.14: tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions[id-6eb04a6a-4860-4e31-ba91-ea3347d76b58] |
||||||
test_list_no_account_metadata[id-b904c2e3-24c2-4dba-ad7d-04e90a761be5] |
pass
pt191.15: tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata[id-b904c2e3-24c2-4dba-ad7d-04e90a761be5] |
||||||
test_list_no_containers[id-884ec421-fbad-4fcc-916b-0580f2699565] |
pass
pt191.16: tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers[id-884ec421-fbad-4fcc-916b-0580f2699565] |
||||||
test_update_account_metadata_with_create_and_delete_metadata[id-8e5fc073-59b9-42ee-984a-29ed11b2c749] |
pass
pt191.17: tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata[id-8e5fc073-59b9-42ee-984a-29ed11b2c749] |
||||||
test_update_account_metadata_with_create_metadata[id-e2a08b5f-3115-4768-a3ee-d4287acd6c08] |
pass
pt191.18: tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata[id-e2a08b5f-3115-4768-a3ee-d4287acd6c08] |
||||||
test_update_account_metadata_with_create_metadata_key[id-64fd53f3-adbd-4639-af54-436e4982dbfb] |
pass
pt191.19: tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key[id-64fd53f3-adbd-4639-af54-436e4982dbfb] |
||||||
test_update_account_metadata_with_delete_metadata[id-9f60348d-c46f-4465-ae06-d51dbd470953] |
pass
pt191.20: tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata[id-9f60348d-c46f-4465-ae06-d51dbd470953] |
||||||
test_update_account_metadata_with_delete_metadata_key[id-d4d884d3-4696-4b85-bc98-4f57c4dd2bf1] |
pass
pt191.21: tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key[id-d4d884d3-4696-4b85-bc98-4f57c4dd2bf1] |
||||||
tempest.api.object_storage.test_container_acl.ObjectTestACLs | 2 | 2 | 0 | 0 | 0 | Detail | |
test_read_object_with_rights[id-a3270f3f-7640-4944-8448-c7ea783ea5b6] |
pass
pt192.1: tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights[id-a3270f3f-7640-4944-8448-c7ea783ea5b6] |
||||||
test_write_object_with_rights[id-aa58bfa5-40d9-4bc3-82b4-d07f4a9e392a] |
pass
pt192.2: tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights[id-aa58bfa5-40d9-4bc3-82b4-d07f4a9e392a] |
||||||
tempest.api.object_storage.test_container_quotas.ContainerQuotasTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke] |
pass
pt193.1: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke] |
||||||
test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke] |
pass
pt193.2: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke] |
||||||
test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke] |
pass
pt193.3: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke] |
||||||
tempest.api.object_storage.test_container_services.ContainerTest | 24 | 24 | 0 | 0 | 0 | Detail | |
test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke] |
pass
pt194.1: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke] |
||||||
test_create_container_overwrite[id-49f866ed-d6af-4395-93e7-4187eb56d322] |
pass
pt194.2: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite[id-49f866ed-d6af-4395-93e7-4187eb56d322] |
||||||
test_create_container_with_metadata_key[id-c2ac4d59-d0f5-40d5-ba19-0635056d48cd] |
pass
pt194.3: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key[id-c2ac4d59-d0f5-40d5-ba19-0635056d48cd] |
||||||
test_create_container_with_metadata_value[id-e1e8df32-7b22-44e1-aa08-ccfd8d446b58] |
pass
pt194.4: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value[id-e1e8df32-7b22-44e1-aa08-ccfd8d446b58] |
||||||
test_create_container_with_remove_metadata_key[id-24d16451-1c0c-4e4f-b59c-9840a3aba40e] |
pass
pt194.5: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key[id-24d16451-1c0c-4e4f-b59c-9840a3aba40e] |
||||||
test_create_container_with_remove_metadata_value[id-8a21ebad-a5c7-4e29-b428-384edc8cd156] |
pass
pt194.6: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value[id-8a21ebad-a5c7-4e29-b428-384edc8cd156] |
||||||
test_delete_container[id-95d3a249-b702-4082-a2c4-14bb860cf06a] |
pass
pt194.7: tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container[id-95d3a249-b702-4082-a2c4-14bb860cf06a] |
||||||
test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke] |
pass
pt194.8: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke] |
||||||
test_list_container_contents_with_delimiter[id-fe323a32-57b9-4704-a996-2e68f83b09bc] |
pass
pt194.9: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter[id-fe323a32-57b9-4704-a996-2e68f83b09bc] |
||||||
test_list_container_contents_with_end_marker[id-55b4fa5c-e12e-4ca9-8fcf-a79afe118522] |
pass
pt194.10: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker[id-55b4fa5c-e12e-4ca9-8fcf-a79afe118522] |
||||||
test_list_container_contents_with_format_json[id-196f5034-6ab0-4032-9da9-a937bbb9fba9] |
pass
pt194.11: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json[id-196f5034-6ab0-4032-9da9-a937bbb9fba9] |
||||||
test_list_container_contents_with_format_xml[id-655a53ca-4d15-408c-a377-f4c6dbd0a1fa] |
pass
pt194.12: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml[id-655a53ca-4d15-408c-a377-f4c6dbd0a1fa] |
||||||
test_list_container_contents_with_limit[id-297ec38b-2b61-4ff4-bcd1-7fa055e97b61] |
pass
pt194.13: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit[id-297ec38b-2b61-4ff4-bcd1-7fa055e97b61] |
||||||
test_list_container_contents_with_marker[id-c31ddc63-2a58-4f6b-b25c-94d2937e6867] |
pass
pt194.14: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker[id-c31ddc63-2a58-4f6b-b25c-94d2937e6867] |
||||||
test_list_container_contents_with_no_object[id-4646ac2d-9bfb-4c7d-a3c5-0f527402b3df] |
pass
pt194.15: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object[id-4646ac2d-9bfb-4c7d-a3c5-0f527402b3df] |
||||||
test_list_container_contents_with_path[id-58ca6cc9-6af0-408d-aaec-2a6a7b2f0df9] |
pass
pt194.16: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path[id-58ca6cc9-6af0-408d-aaec-2a6a7b2f0df9] |
||||||
test_list_container_contents_with_prefix[id-77e742c7-caf2-4ec9-8aa4-f7d509a3344c] |
pass
pt194.17: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix[id-77e742c7-caf2-4ec9-8aa4-f7d509a3344c] |
||||||
test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke] |
pass
pt194.18: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke] |
||||||
test_list_no_container_metadata[id-a2faf936-6b13-4f8d-92a2-c2278355821e] |
pass
pt194.19: tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata[id-a2faf936-6b13-4f8d-92a2-c2278355821e] |
||||||
test_update_container_metadata_with_create_and_delete_metadata[id-cf19bc0b-7e16-4a5a-aaed-cb0c2fe8deef] |
pass
pt194.20: tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata[id-cf19bc0b-7e16-4a5a-aaed-cb0c2fe8deef] |
||||||
test_update_container_metadata_with_create_metadata[id-2ae5f295-4bf1-4e04-bfad-21e54b62cec5] |
pass
pt194.21: tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata[id-2ae5f295-4bf1-4e04-bfad-21e54b62cec5] |
||||||
test_update_container_metadata_with_create_metadata_key[id-31f40a5f-6a52-4314-8794-cd89baed3040] |
pass
pt194.22: tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key[id-31f40a5f-6a52-4314-8794-cd89baed3040] |
||||||
test_update_container_metadata_with_delete_metadata[id-3a5ce7d4-6e4b-47d0-9d87-7cd42c325094] |
pass
pt194.23: tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata[id-3a5ce7d4-6e4b-47d0-9d87-7cd42c325094] |
||||||
test_update_container_metadata_with_delete_metadata_key[id-a2e36378-6f1f-43f4-840a-ffd9cfd61914] |
pass
pt194.24: tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key[id-a2e36378-6f1f-43f4-840a-ffd9cfd61914] |
||||||
tempest.api.object_storage.test_container_staticweb.StaticWebTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_web_error[id-f18b4bef-212e-45e7-b3ca-59af3a465f82] |
pass
pt195.1: tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_error[id-f18b4bef-212e-45e7-b3ca-59af3a465f82] |
||||||
test_web_index[id-c1f055ab-621d-4a6a-831f-846fcb578b8b] |
pass
pt195.2: tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_index[id-c1f055ab-621d-4a6a-831f-846fcb578b8b] |
||||||
test_web_listing[id-941814cf-db9e-4b21-8112-2b6d0af10ee5] |
pass
pt195.3: tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing[id-941814cf-db9e-4b21-8112-2b6d0af10ee5] |
||||||
test_web_listing_css[id-bc37ec94-43c8-4990-842e-0e5e02fc8926] |
pass
pt195.4: tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing_css[id-bc37ec94-43c8-4990-842e-0e5e02fc8926] |
||||||
tempest.api.object_storage.test_crossdomain.CrossdomainTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_crossdomain_policy[id-d1b8b031-b622-4010-82f9-ff78a9e915c7] |
pass
pt196.1: tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy[id-d1b8b031-b622-4010-82f9-ff78a9e915c7] |
||||||
tempest.api.object_storage.test_healthcheck.HealthcheckTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_healthcheck[id-db5723b1-f25c-49a9-bfeb-7b5640caf337] |
pass
pt197.1: tempest.api.object_storage.test_healthcheck.HealthcheckTest.test_get_healthcheck[id-db5723b1-f25c-49a9-bfeb-7b5640caf337] |
||||||
tempest.api.object_storage.test_object_expiry.ObjectExpiryTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_object_after_expiry_time[id-fb024a42-37f3-4ba5-9684-4f40a7910b41] |
pass
pt198.1: tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time[id-fb024a42-37f3-4ba5-9684-4f40a7910b41] |
||||||
test_get_object_at_expiry_time[id-e592f18d-679c-48fe-9e36-4be5f47102c5] |
pass
pt198.2: tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time[id-e592f18d-679c-48fe-9e36-4be5f47102c5] |
||||||
tempest.api.object_storage.test_object_formpost.ObjectFormPostTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_post_object_using_form[id-80fac02b-6e54-4f7b-be0d-a965b5cbef76] |
pass
pt199.1: tempest.api.object_storage.test_object_formpost.ObjectFormPostTest.test_post_object_using_form[id-80fac02b-6e54-4f7b-be0d-a965b5cbef76] |
||||||
tempest.api.object_storage.test_object_services.ObjectTest | 39 | 39 | 0 | 0 | 0 | Detail | |
test_copy_object_2d_way[id-06f90388-2d0e-40aa-934c-e9a8833e958a] |
pass
pt200.1: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way[id-06f90388-2d0e-40aa-934c-e9a8833e958a] |
||||||
test_copy_object_across_containers[id-aa467252-44f3-472a-b5ae-5b57c3c9c147] |
pass
pt200.2: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers[id-aa467252-44f3-472a-b5ae-5b57c3c9c147] |
||||||
test_copy_object_in_same_container[id-1a9ab572-1b66-4981-8c21-416e2a5e6011] |
pass
pt200.3: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container[id-1a9ab572-1b66-4981-8c21-416e2a5e6011] |
||||||
test_copy_object_to_itself[id-2248abba-415d-410b-9c30-22dff9cd6e67] |
pass
pt200.4: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself[id-2248abba-415d-410b-9c30-22dff9cd6e67] |
||||||
test_copy_object_with_x_fresh_metadata[id-5a9e2cc6-85b6-46fc-916d-0cbb7a88e5fd] |
pass
pt200.5: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata[id-5a9e2cc6-85b6-46fc-916d-0cbb7a88e5fd] |
||||||
test_copy_object_with_x_object_meta[id-edabedca-24c3-4322-9b70-d6d9f942a074] |
pass
pt200.6: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta[id-edabedca-24c3-4322-9b70-d6d9f942a074] |
||||||
test_copy_object_with_x_object_metakey[id-a28a8b99-e701-4d7e-9d84-3b66f121460b] |
pass
pt200.7: tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey[id-a28a8b99-e701-4d7e-9d84-3b66f121460b] |
||||||
test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke] |
pass
pt200.8: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke] |
||||||
test_create_object_with_content_disposition[id-5daebb1d-f0d5-4dc9-b541-69672eff00b0] |
pass
pt200.9: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_disposition[id-5daebb1d-f0d5-4dc9-b541-69672eff00b0] |
||||||
test_create_object_with_content_encoding[id-605f8317-f945-4bee-ae91-013f1da8f0a0] |
pass
pt200.10: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_encoding[id-605f8317-f945-4bee-ae91-013f1da8f0a0] |
||||||
test_create_object_with_etag[id-73820093-0503-40b1-a478-edf0e69c7d1f] |
pass
pt200.11: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_etag[id-73820093-0503-40b1-a478-edf0e69c7d1f] |
||||||
test_create_object_with_expect_continue[id-84dafe57-9666-4f6d-84c8-0814d37923b8] |
pass
pt200.12: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_expect_continue[id-84dafe57-9666-4f6d-84c8-0814d37923b8] |
||||||
test_create_object_with_transfer_encoding[id-4f84422a-e2f2-4403-b601-726a4220b54e] |
pass
pt200.13: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_transfer_encoding[id-4f84422a-e2f2-4403-b601-726a4220b54e] |
||||||
test_create_object_with_x_fresh_metadata[id-0f3d62a6-47e3-4554-b0e5-1a5dc372d501] |
pass
pt200.14: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_fresh_metadata[id-0f3d62a6-47e3-4554-b0e5-1a5dc372d501] |
||||||
test_create_object_with_x_object_meta[id-1c7ed3e4-2099-406b-b843-5301d4811baf] |
pass
pt200.15: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_meta[id-1c7ed3e4-2099-406b-b843-5301d4811baf] |
||||||
test_create_object_with_x_object_metakey[id-e4183917-33db-4153-85cc-4dacbb938865] |
pass
pt200.16: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_metakey[id-e4183917-33db-4153-85cc-4dacbb938865] |
||||||
test_create_object_with_x_remove_object_meta[id-ce798afc-b278-45de-a5ce-2ea124b98b99] |
pass
pt200.17: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_meta[id-ce798afc-b278-45de-a5ce-2ea124b98b99] |
||||||
test_create_object_with_x_remove_object_metakey[id-ad21e342-7916-4f9e-ab62-a1f885f2aaf9] |
pass
pt200.18: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_metakey[id-ad21e342-7916-4f9e-ab62-a1f885f2aaf9] |
||||||
test_delete_object[id-17738d45-03bd-4d45-9e0b-7b2f58f98687] |
pass
pt200.19: tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object[id-17738d45-03bd-4d45-9e0b-7b2f58f98687] |
||||||
test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke] |
pass
pt200.20: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke] |
||||||
test_get_object_if_different[id-50d01f12-526f-4360-9ac2-75dd508d7b68] |
pass
pt200.21: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different[id-50d01f12-526f-4360-9ac2-75dd508d7b68] |
||||||
test_get_object_with_if_match[id-c05b4013-e4de-47af-be84-e598062b16fc] |
pass
pt200.22: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match[id-c05b4013-e4de-47af-be84-e598062b16fc] |
||||||
test_get_object_with_if_modified_since[id-be133639-e5d2-4313-9b1f-2d59fc054a16] |
pass
pt200.23: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since[id-be133639-e5d2-4313-9b1f-2d59fc054a16] |
||||||
test_get_object_with_if_none_match[id-641500d5-1612-4042-a04d-01fc4528bc30] |
pass
pt200.24: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_none_match[id-641500d5-1612-4042-a04d-01fc4528bc30] |
||||||
test_get_object_with_if_unmodified_since[id-0aa1201c-10aa-467a-bee7-63cbdd463152] |
pass
pt200.25: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since[id-0aa1201c-10aa-467a-bee7-63cbdd463152] |
||||||
test_get_object_with_metadata[id-005f9bf6-e06d-41ec-968e-96c78e0b1d82] |
pass
pt200.26: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata[id-005f9bf6-e06d-41ec-968e-96c78e0b1d82] |
||||||
test_get_object_with_range[id-05a1890e-7db9-4a6c-90a8-ce998a2bddfa] |
pass
pt200.27: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range[id-05a1890e-7db9-4a6c-90a8-ce998a2bddfa] |
||||||
test_get_object_with_x_newest[id-94587078-475f-48f9-a40f-389c246e31cd] |
pass
pt200.28: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest[id-94587078-475f-48f9-a40f-389c246e31cd] |
||||||
test_get_object_with_x_object_manifest[id-11b4515b-7ba7-4ca8-8838-357ded86fc10] |
pass
pt200.29: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest[id-11b4515b-7ba7-4ca8-8838-357ded86fc10] |
||||||
test_list_no_object_metadata[id-170fb90e-f5c3-4b1f-ae1b-a18810821172] |
pass
pt200.30: tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata[id-170fb90e-f5c3-4b1f-ae1b-a18810821172] |
||||||
test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke] |
pass
pt200.31: tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke] |
||||||
test_list_object_metadata_with_x_object_manifest[id-23a3674c-d6de-46c3-86af-ff92bfc8a3da] |
pass
pt200.32: tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest[id-23a3674c-d6de-46c3-86af-ff92bfc8a3da] |
||||||
test_object_upload_in_segments[id-e3e6a64a-9f50-4955-b987-6ce6767c97fb] |
pass
pt200.33: tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments[id-e3e6a64a-9f50-4955-b987-6ce6767c97fb] |
||||||
test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke] |
pass
pt200.34: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke] |
||||||
test_update_object_metadata_with_create_and_remove_metadata[id-f726174b-2ded-4708-bff7-729d12ce1f84] |
pass
pt200.35: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata[id-f726174b-2ded-4708-bff7-729d12ce1f84] |
||||||
test_update_object_metadata_with_remove_metadata[id-48650ed0-c189-4e1e-ad6b-1d4770c6e134] |
pass
pt200.36: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_remove_metadata[id-48650ed0-c189-4e1e-ad6b-1d4770c6e134] |
||||||
test_update_object_metadata_with_x_object_manifest[id-08854588-6449-4bb7-8cca-f2e1040f5e6f] |
pass
pt200.37: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest[id-08854588-6449-4bb7-8cca-f2e1040f5e6f] |
||||||
test_update_object_metadata_with_x_object_metakey[id-0dbbe89c-6811-4d84-a2df-eca2bdd40c0e] |
pass
pt200.38: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_metakey[id-0dbbe89c-6811-4d84-a2df-eca2bdd40c0e] |
||||||
test_update_object_metadata_with_x_remove_object_metakey[id-9a88dca4-b684-425b-806f-306cd0e57e42] |
pass
pt200.39: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey[id-9a88dca4-b684-425b-806f-306cd0e57e42] |
||||||
tempest.api.object_storage.test_object_services.PublicObjectTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_access_public_container_object_without_using_creds[id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193] |
pass
pt201.1: tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds[id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193] |
||||||
test_access_public_object_with_another_user_creds[id-54e2a2fe-42dc-491b-8270-8e4217dd4cdc] |
pass
pt201.2: tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds[id-54e2a2fe-42dc-491b-8270-8e4217dd4cdc] |
||||||
tempest.api.object_storage.test_object_slo.ObjectSloTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_large_object[id-87b6dfa1-abe9-404d-8bf0-6c3751e6aa77] |
pass
pt202.1: tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object[id-87b6dfa1-abe9-404d-8bf0-6c3751e6aa77] |
||||||
test_list_large_object_metadata[id-e69ad766-e1aa-44a2-bdd2-bf62c09c1456] |
pass
pt202.2: tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata[id-e69ad766-e1aa-44a2-bdd2-bf62c09c1456] |
||||||
test_retrieve_large_object[id-49bc49bc-dd1b-4c0f-904e-d9f10b830ee8] |
pass
pt202.3: tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object[id-49bc49bc-dd1b-4c0f-904e-d9f10b830ee8] |
||||||
test_upload_manifest[id-2c3f24a6-36e8-4711-9aa2-800ee1fc7b5b] |
pass
pt202.4: tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest[id-2c3f24a6-36e8-4711-9aa2-800ee1fc7b5b] |
||||||
tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_object_using_temp_url[id-f91c96d4-1230-4bba-8eb9-84476d18d991] |
pass
pt203.1: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url[id-f91c96d4-1230-4bba-8eb9-84476d18d991] |
||||||
test_get_object_using_temp_url_key_2[id-671f9583-86bd-4128-a034-be282a68c5d8] |
pass
pt203.2: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_key_2[id-671f9583-86bd-4128-a034-be282a68c5d8] |
||||||
test_get_object_using_temp_url_with_inline_query_parameter[id-9d9cfd90-708b-465d-802c-e4a8090b823d] |
pass
pt203.3: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_with_inline_query_parameter[id-9d9cfd90-708b-465d-802c-e4a8090b823d] |
||||||
test_head_object_using_temp_url[id-249a0111-5ad3-4534-86a7-1993d55f9185] |
pass
pt203.4: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_head_object_using_temp_url[id-249a0111-5ad3-4534-86a7-1993d55f9185] |
||||||
test_put_object_using_temp_url[id-9b08dade-3571-4152-8a4f-a4f2a873a735] |
pass
pt203.5: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url[id-9b08dade-3571-4152-8a4f-a4f2a873a735] |
||||||
tempest.api.object_storage.test_object_version.ContainerTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_versioned_container[id-a151e158-dcbf-4a1f-a1e7-46cd65895a6f] |
pass
pt204.1: tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container[id-a151e158-dcbf-4a1f-a1e7-46cd65895a6f] |
||||||
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
pt205.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
pt206.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
pt207.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
pt208.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
pt208.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
pt209.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
pt209.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
pt210.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
pt211.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
pt211.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
pt212.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
pt212.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
pt213.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
pt213.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
pt214.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
pt214.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
pt215.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
pt215.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.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt216.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
pt217.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
pt217.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt218.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
pt218.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
pt219.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
pt219.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
pt219.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
pt220.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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
pt221.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_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
Total | 701 | 479 | 158 | 0 | 64 |